]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset2.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidRuleset2.scl
index 675ee498586b96ae20799f6c2c0392c1bd0b05bb..f94fa9a7015e9c21c3e138ee4cd8090ff1027de2 100644 (file)
@@ -1,11 +1,11 @@
-data Fact = Foo1 | Foo2\r
-data Fact2 = Bar\r
-\r
-rs = ruleset\r
-  Foo1, Foo2 <=> [Bar]\r
-\r
-main = "Not to be executed."\r
---\r
-5:19-5:22: Expected\r
-    <Fact> got\r
+data Fact = Foo1 | Foo2
+data Fact2 = Bar
+
+rs = ruleset
+  Foo1, Foo2 <=> [Bar]
+
+main = "Not to be executed."
+--
+5:19-5:22: Expected
+    <Fact> got
     <Fact2>.
\ No newline at end of file