]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Matching3.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Matching3.scl
index 904a843978de3facd732ced8fb44ad1dd3d327d1..b600661b9fc3144b3b3a14aa5af29bb722d988ca 100644 (file)
@@ -1,10 +1,10 @@
-\r
-a = 5 :: Long\r
-main = match a with\r
-  1 -> "wrong"\r
-  2 -> "wrong"\r
-  5 -> "right"\r
-  6 -> "wrong"\r
-  _ -> "wrong"\r
---\r
+
+a = 5 :: Long
+main = match a with
+  1 -> "wrong"
+  2 -> "wrong"
+  5 -> "right"
+  6 -> "wrong"
+  _ -> "wrong"
+--
 right
\ No newline at end of file