]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentIndentation.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InconsistentIndentation.scl
index bd732cf215c9a557a3a37090292833c11ab40ffe..bf1e626ac452bc7a9cffd9cfb6e56661cf60ea05 100644 (file)
@@ -1,5 +1,5 @@
-class Foo a where\r
-    x :: a\r
-  y :: a\r
---\r
+class Foo a where
+    x :: a
+  y :: a
+--
 3:3-3:4: Unexpected token 'y' (ID). Expected one of EOF, RBRACE, SEMICOLON.
\ No newline at end of file