X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FRangeSyntax.scl;h=d08db73350814b795e280d7dc028c7acd3bcc49b;hb=1aa531775d5221775a583fb13f35332dfff8aae8;hp=6622552489925f004148e09c722fd26ea0d98d83;hpb=d70b5f7a4cdeea05c7526560303feffeb03596b0;p=simantics%2Fplatform.git 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