]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RangeSyntax.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / RangeSyntax.scl
index 6622552489925f004148e09c722fd26ea0d98d83..d08db73350814b795e280d7dc028c7acd3bcc49b 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-main = [5..9]\r
---\r
+import "Prelude"
+
+main = [5..9]
+--
 [5, 6, 7, 8, 9]
\ No newline at end of file