]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Inline1.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 / Inline1.scl
index 118abc4c51b584fe15b3ff4db0a33db258191dde..5c97ee33dbca2b946834c1ac3381e12e96f282f5 100644 (file)
@@ -1,5 +1,5 @@
-main = id "Foo" \r
-  where\r
-    id x = x\r
---\r
+main = id "Foo" 
+  where
+    id x = x
+--
 Foo
\ No newline at end of file