]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidPattern1.scl
index 5ba56cffe4d332a16def8dc3ccce329763e01007..60b1b503365527d9e308c66949a1e49ea6c6885f 100644 (file)
@@ -1,7 +1,7 @@
-id x = x\r
-\r
-f (\x -> x) y = y\r
-\r
-main = f id "Foo"\r
---\r
+id x = x
+
+f (\x -> x) y = y
+
+main = f id "Foo"
+--
 3:3-3:12: Pattern was expected here.
\ No newline at end of file