]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/StringMatching1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / StringMatching1.scl
index 5865926af1ca7e31f8780045379aec7354875051..eb91fd7439d76b0285ec4d7714e6b2fb32b7f182 100644 (file)
@@ -1,7 +1,7 @@
-main :: Integer\r
-main = match "Bar" with\r
-  "Foo" -> 1\r
-  "Bar" -> 2\r
-  _ -> 3\r
---\r
+main :: Integer
+main = match "Bar" with
+  "Foo" -> 1
+  "Bar" -> 2
+  _ -> 3
+--
 2
\ No newline at end of file