]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/LocalDefinitions5.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 / LocalDefinitions5.scl
index 97cf72c2f679306af736d2ecc47ce4c906c9504b..ba22614b08763b96a6a615eacc067e71adf3dec8 100644 (file)
@@ -1,13 +1,13 @@
-import "Prelude"\r
-\r
-data Foo = Foo Double Double\r
-\r
-a = Foo 1 2\r
-\r
-b = y\r
-  where\r
-    Foo x y = a\r
-    \r
-main = show b\r
---\r
+import "Prelude"
+
+data Foo = Foo Double Double
+
+a = Foo 1 2
+
+b = y
+  where
+    Foo x y = a
+    
+main = show b
+--
 2.0
\ No newline at end of file