]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Show1.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 / Show1.scl
index 649f3cbce3942d0d3e1a1ee6ef2c57e7f7492a5e..731da7e1ae95ead81300ddae094f5020d40698e8 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-main = show [(1,2),(3,4),(5,6)]\r
---\r
+import "Prelude"
+
+main = show [(1,2),(3,4),(5,6)]
+--
 [(1, 2), (3, 4), (5, 6)]
\ No newline at end of file