]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/StringInterpolation1.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 / StringInterpolation1.scl
index eabad781a0fd59c96ecc9439771110150b18f4d0..e095894d891d526ebe803f45f8776ed3cd94cf98 100644 (file)
@@ -1,9 +1,9 @@
-import "Prelude"\r
-\r
-f x = x + 1\r
-\r
-g a b = """\(a) + \(b) = \(a+b)"""\r
-\r
-main = "f 3 = \(f 3), " + g 1 2\r
---\r
+import "Prelude"
+
+f x = x + 1
+
+g a b = """\(a) + \(b) = \(a+b)"""
+
+main = "f 3 = \(f 3), " + g 1 2
+--
 f 3 = 4, 1 + 2 = 3
\ No newline at end of file