]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Maybe2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Maybe2.scl
index 0bc50fb5e0d3763f53de03cd93d10a9776012e5f..4bb6d4f97ba69fafdd7ba9e10caa7e471cc1cd2c 100644 (file)
@@ -1,6 +1,6 @@
-a = Just True\r
-main = match a with\r
-    Nothing -> False\r
-    Just x -> x\r
---\r
+a = Just True
+main = match a with
+    Nothing -> False
+    Just x -> x
+--
 true
\ No newline at end of file