]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/UnresolvedVariable2.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 / UnresolvedVariable2.scl
index 32438cda2aebd65c1b8e6cdde75d50d17e904ca4..9e607cbe845ea82f1001b6b0e33e681ef95f9a3d 100644 (file)
@@ -1,7 +1,7 @@
-\r
-a = a\r
-b = b\r
-c = a + b\r
-\r
---\r
-4:7-4:8: Couldn't resolve variable +.
\ No newline at end of file
+
+a = a
+b = b
+c = a + b
+
+--
+4:7-4:8: Couldn't resolve +.
\ No newline at end of file