We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the tests inside test/corpus are using illegal Modelica code but are expecting an error free tree as output.
test/corpus
E.g. in https://github.com/OpenModelica/tree-sitter-modelica/blob/master/test/corpus/a2-2_der_enum_extend_classes.txt#L5-L18
model foo = der(bar, foo);
is wrong in every aspect. I'm not even sure what this should be.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some of the tests inside
test/corpus
are using illegal Modelica code but are expecting an error free tree as output.E.g. in https://github.com/OpenModelica/tree-sitter-modelica/blob/master/test/corpus/a2-2_der_enum_extend_classes.txt#L5-L18
is wrong in every aspect. I'm not even sure what this should be.
The text was updated successfully, but these errors were encountered: