]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NonassociativeOperator.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NonassociativeOperator.scl
index f2b473ae927caeb72c72a65588035cb2d6de64f6..99c94804bfe3f2e3e42637beda26d054749a5cbc 100644 (file)
@@ -1,7 +1,7 @@
-infix 3 (+)\r
-\r
-a + b = a\r
-\r
-threeTimes x = x + x + x\r
---\r
+infix 3 (+)
+
+a + b = a
+
+threeTimes x = x + x + x
+--
 5:22-5:23: Operator + is not associative.
\ No newline at end of file