]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Sections.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Sections.scl
index 2d7e57677ba40870af0fa69df707a5927ac64e9b..3454cd96a6d43d2ae3f5edfab15d3404006955ca 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-main = map (1/) $ map (*3) [1,2,3]\r
---\r
+import "Prelude"
+
+main = map (1/) $ map (*3) [1,2,3]
+--
 [0.3333333333333333, 0.16666666666666666, 0.1111111111111111]
\ No newline at end of file