]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BooleanId.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / BooleanId.scl
index 2044c1c9be26fedf5de3813672c27d16870f33b8..8f2f2b414cf33c4af36a0900914facb4801dcdc9 100644 (file)
@@ -1,12 +1,12 @@
-@private\r
-@inline\r
-not True = False\r
-not False = True\r
-\r
-@private\r
-@inline\r
-id x = not (not x)\r
-\r
-main = id True\r
---\r
+@private
+@inline
+not True = False
+not False = True
+
+@private
+@inline
+id x = not (not x)
+
+main = id True
+--
 true
\ No newline at end of file