]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax3.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntax3.scl
index c6cbbca7da1adc0d7c9e57ef3366c4683698634f..919f4b1a66e6c2b94789fefa9f30e358f8905726 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-main = [1,2,3,4]\r
---\r
+import "Prelude"
+
+main = [1,2,3,4]
+--
 [1, 2, 3, 4]
\ No newline at end of file