]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RecursiveValues.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / RecursiveValues.scl
index 5548520451f284dc468922d31861f373a6aa6cc6..7fb496f7ec18fa945779eadd4fde72415ca08f2a 100644 (file)
@@ -1,6 +1,6 @@
-a = b\r
-b = a\r
-\r
-main = a\r
---\r
+a = b
+b = a
+
+main = a
+--
 ???: Variables defined recursively must all be functions.
\ No newline at end of file