Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Since version 1.2.0 the generated code templates are wrongly formatted. I guess this happend during conversion from Xtend to Java.
ut_body
END END [procedure_name];END test_[package_name];ut_body_proc
missing line break before
END END [procedure_name];ut_spec
missing indentation of
PROCEDUREut_spec_proc
looks good.
--%test PROCEDURE [procedure_name];