]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/UnresolvedVariable.scl
(refs #6924) Support for record field access syntax.
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / UnresolvedVariable.scl
index ad28907ee3d6f808132c8bd1fbce944228992197..70b20b36033ea7f96167aa56e95483e3dbc2d645 100644 (file)
@@ -1,4 +1,4 @@
-a = b\r
-\r
---\r
-1:5-1:6: Couldn't resolve variable b.
\ No newline at end of file
+a = b
+
+--
+1:5-1:6: Couldn't resolve b.
\ No newline at end of file