]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Maybe1.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Maybe1.scl
index 98a7d71ae9fedb8b1812d077ef1a53987d17253c..d9ce54ea3095dc72676fc3cc92eca725d152e61f 100644 (file)
@@ -1,6 +1,6 @@
-a = Nothing\r
-main = match a with\r
-    Nothing -> "Correct"\r
-    Just x -> "Incorrect"\r
---\r
+a = Nothing
+main = match a with
+    Nothing -> "Correct"
+    Just x -> "Incorrect"
+--
 Correct
\ No newline at end of file