]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Matching5.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 / Matching5.scl
index 61723e8f848b8098975f4b378f92653af7b88cea..50f68083bf97bc4affe43e59fcac0d9ad5936bcb 100644 (file)
@@ -1,5 +1,5 @@
-main = do \r
-    match () with\r
-        () -> "Hello"\r
---\r
+main = do 
+    match () with
+        () -> "Hello"
+--
 Hello
\ No newline at end of file