]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/CHR3.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / CHR3.scl
index 0bba5413dc824b1e7bada829c0ea81b881c2d6d1..03df6896f3e84b637ed1d77e7bb33f9d72303049 100644 (file)
@@ -1,11 +1,11 @@
-import "Prelude"\r
-\r
-main = ()\r
-  where\r
-    A ?x => print ?x\r
-    A ?x, not A (?x+1) => A (?x-1)\r
-    True => A 0\r
---\r
-()\r
-      \r
-\r
+import "Prelude"
+
+main = ()
+  where
+    A ?x => print ?x
+    A ?x, not A (?x+1) => A (?x-1)
+    True => A 0
+--
+()
+      
+