]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ModuleInitialization.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ModuleInitialization.scl
index bd3dfa10bdd1f5185d80ae09b8f98716e1af8f88..f9baf6c5b0447c802e50b3926435069a808ded10 100644 (file)
@@ -1,11 +1,11 @@
-import "Prelude"\r
-\r
-d = map (+1) c\r
-a = [1,2,3]\r
-c = map (+1) b\r
-b = map (+1) a\r
-e = map (+1) d\r
-\r
-main = e\r
---\r
+import "Prelude"
+
+d = map (+1) c
+a = [1,2,3]
+c = map (+1) b
+b = map (+1) a
+e = map (+1) d
+
+main = e
+--
 [5, 6, 7]
\ No newline at end of file