]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidRuleset1.scl
index e53520b28e223bcc4e129c435837a713b1fee6a2..e8039e385c27a5dac4bcd514f2d50c41804027d5 100644 (file)
@@ -1,10 +1,10 @@
-data Fact = Foo | Bar\r
-\r
-rs = ruleset\r
-  Foo => Bar\r
-\r
-main = "Not to be executed."\r
---\r
-4:10-4:13: Expected\r
-    <[Fact]> got\r
+data Fact = Foo | Bar
+
+rs = ruleset
+  Foo => Bar
+
+main = "Not to be executed."
+--
+4:10-4:13: Expected
+    <[Fact]> got
     <Fact>.
\ No newline at end of file