]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Maybe3.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Maybe3.scl
index 8a0f12070d6460b8dc09f83be8f0785de5ebe1e2..1886b0797603001ad248a41c9cb801786bd7ffad 100644 (file)
@@ -1,6 +1,6 @@
-a = Just "ABC"\r
-main = match a with\r
-    Nothing -> "Incorrect"\r
-    Just x -> x\r
---\r
+a = Just "ABC"
+main = match a with
+    Nothing -> "Incorrect"
+    Just x -> x
+--
 ABC
\ No newline at end of file