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