X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FRangeSyntax.scl;h=d08db73350814b795e280d7dc028c7acd3bcc49b;hp=6622552489925f004148e09c722fd26ea0d98d83;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=602614f4502aae85ecf3967abb7152d2d62903e3 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RangeSyntax.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RangeSyntax.scl index 662255248..d08db7335 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RangeSyntax.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RangeSyntax.scl @@ -1,5 +1,5 @@ -import "Prelude" - -main = [5..9] --- +import "Prelude" + +main = [5..9] +-- [5, 6, 7, 8, 9] \ No newline at end of file