]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/CHR3.scl
(refs #7250) CHR bugfixes, cleaning up unit tests
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / CHR3.scl
index 0bba5413dc824b1e7bada829c0ea81b881c2d6d1..1d8451439ee92b8b9d6cb680ffd92cbb67fa9ca2 100644 (file)
@@ -1,11 +1,10 @@
-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
+--
+0
+()
\ No newline at end of file