]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax7.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntax7.scl
index 54cf21c54fbb1c95b8945dc1d782e443fced6a69..3590bb22c10f1810e25be0d8dfdf6c703b884322 100644 (file)
@@ -1,6 +1,6 @@
-import "Prelude"\r
-\r
-main :: [Integer]\r
-main = [x | x <- [2,4,3,5,4,6], then sortBy by x]\r
---\r
+import "Prelude"
+
+main :: [Integer]
+main = [x | x <- [2,4,3,5,4,6], then sortBy by x]
+--
 [2, 3, 4, 4, 5, 6]
\ No newline at end of file