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=bf5f7cda1b9b64484cc6e53499e38d6785744aec;hp=6622552489925f004148e09c722fd26ea0d98d83;hpb=dcca7344e1da6f975859fd79fbc6cead7d363042;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