You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: