]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FromDynamic.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 / FromDynamic.scl
index 1ac2e770450af5b30365b14b7e8716d23d222f57..2b410173919f1a4a0e27a76038ddee5aad3d6c75 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-main = (fromDynamic (toDynamic 42) :: String) + "foo"\r
---\r
+import "Prelude"
+
+main = (fromDynamic (toDynamic 42) :: String) + "foo"
+--
 42foo
\ No newline at end of file