X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FInconsistentIndentation.scl;h=bf1e626ac452bc7a9cffd9cfb6e56661cf60ea05;hb=1aa531775d5221775a583fb13f35332dfff8aae8;hp=bd732cf215c9a557a3a37090292833c11ab40ffe;hpb=dcca7344e1da6f975859fd79fbc6cead7d363042;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentIndentation.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentIndentation.scl index bd732cf21..bf1e626ac 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentIndentation.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentIndentation.scl @@ -1,5 +1,5 @@ -class Foo a where - x :: a - y :: a --- +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