]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ViewPatterns1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ViewPatterns1.scl
index 092ce4863cd57ba9bc9b358953ac3f7fa9750547..df7dfae7c12fef73c89faf3584415f392525f5e0 100644 (file)
@@ -1,10 +1,10 @@
-import "Prelude"\r
-\r
-f :: String -> String\r
-f (split "/" -> [a,b]) = "\(a)foo\(b)"\r
-f (split "/" -> [a,b,c]) = "\(a)foo\(b)bar\(c)"\r
-f str = str\r
-\r
-main = f "123" + f "abc/def" + f "123/456/789"\r
---\r
-123abcfoodef123foo456bar789\r
+import "Prelude"
+
+f :: String -> String
+f (split "/" -> [a,b]) = "\(a)foo\(b)"
+f (split "/" -> [a,b,c]) = "\(a)foo\(b)bar\(c)"
+f str = str
+
+main = f "123" + f "abc/def" + f "123/456/789"
+--
+123abcfoodef123foo456bar789