]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/StringInterpolation3.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / StringInterpolation3.scl
index 73be21499e2bc48ed7e357f9b2eb3f674274c537..3cff15e83b7800f1f887f16e799dce9e5f36e78c 100644 (file)
@@ -1,12 +1,12 @@
-import "Prelude"\r
-// Test optimized special cases\r
-\r
-main = let\r
-    a = "123"\r
-    b = "456"\r
-    c = "\(a)"\r
-    d = "abc\(b)"\r
-    e = "\(d)def"\r
- in "\(c)\(e)"\r
---\r
+import "Prelude"
+// Test optimized special cases
+
+main = let
+    a = "123"
+    b = "456"
+    c = "\(a)"
+    d = "abc\(b)"
+    e = "\(d)def"
+ in "\(c)\(e)"
+--
 123abc456def
\ No newline at end of file