Skip to content
New issue

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

Add test asserting that malformed TSCs do not compile #116

Closed
dominikmaeckel opened this issue May 22, 2024 · 2 comments
Closed

Add test asserting that malformed TSCs do not compile #116

dominikmaeckel opened this issue May 22, 2024 · 2 comments
Labels
tests Something needs additional unit tests

Comments

@dominikmaeckel
Copy link
Member

Use for example https://kotest.io/docs/assertions/compiler-matchers.html

E.g.

leaf("leaf_root") {
  any("any_wrong") { }
}

should not compile

@dominikmaeckel dominikmaeckel added the tests Something needs additional unit tests label May 22, 2024
@tillschallau
Copy link
Member

@dominikmaeckel
Copy link
Member Author

Pretty much impossible since the project has to be built using Gradle to include all references.

@dominikmaeckel dominikmaeckel closed this as not planned Won't fix, can't repro, duplicate, stale Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Something needs additional unit tests
Projects
None yet
Development

No branches or pull requests

2 participants