]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntaxWithoutPrelude.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntaxWithoutPrelude.scl
index 8806f93a379ea1497d8e7e21b9f591f5f821879b..1f091ccb36837c391e29bf3116fa4a44a88b7083 100644 (file)
@@ -1,3 +1,3 @@
-main = [1 :: Integer,2 :: Integer,3 :: Integer]\r
---\r
+main = [1 :: Integer,2 :: Integer,3 :: Integer]
+--
 [1, 2, 3]
\ No newline at end of file