Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
- fix advanced property tests due to misplaced closed bracket;
- comment out ltlf parsing tests; we now translate to ldlf while parsing ltlf (related to #91)
  • Loading branch information
marcofavorito committed Jan 31, 2021
1 parent cef142c commit 0ee96c8
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 353 deletions.
4 changes: 2 additions & 2 deletions lib/test/src/assets/formulas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ static const std::vector<std::pair<const std::string, const unsigned>>
{"[a]({0}) <-> (<!a>tt | [a]({0}))", 1},
{"(<({0}?)>({1})) <-> (({0}) & ({1}))", 2},
{"([({0}?)]({1})) <-> (!({0}) | ({1}))", 2},
{"(<({0}?)*>({1})) <-> ({1}))", 2},
{"([({0}?)*]({1})) <-> ({1}))", 2},
{"(<({0}?)*>({1})) <-> ({1})", 2},
{"([({0}?)*]({1})) <-> ({1})", 2},
};

} // namespace whitemech::lydia
Loading

0 comments on commit 0ee96c8

Please sign in to comment.