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

Test Propositional Formula Parser #104

Closed
pmbittner opened this issue Oct 19, 2023 · 1 comment · Fixed by #132
Closed

Test Propositional Formula Parser #104

pmbittner opened this issue Oct 19, 2023 · 1 comment · Fixed by #132
Assignees
Labels
enhancement New feature or request

Comments

@pmbittner
Copy link
Member

Currently, we have a test for the boolean abstraction in src/test/java/CPPParserTest.java, which tests that C preprocessor directives are correctly abstracted to boolean formulas (as strings). However, there are no tests yet, that these strings are then (in a second step) indeed parsed correctly to a propositional formula AST as expected. The CPPParserTest should be extended by that, or there should be a new Test class.

This issue should be tackled once PR #103 is merged too avoid merge conflicts and redundant effort.

@pmbittner
Copy link
Member Author

PR #103 was closed in favor of a revised PR #105 , which is now merged. So this issue can be tackled now.

@pmbittner pmbittner linked a pull request Feb 14, 2024 that will close this issue
@pmbittner pmbittner moved this from Todo to In Progress in SE-Project WT23/24 Feb 15, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in SE-Project WT23/24 Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants