Skip to content

Commit

Permalink
Adding multiple failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhartha Prasad authored and Siddhartha Prasad committed Feb 20, 2024
1 parent 2324621 commit a12ab81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge/tests/error/main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
(list "failed_sat.frg" #rx"Failed test")
(list "failed_unsat.frg" #rx"Failed test")
(list "failed_sat.frg" #rx"Failed test")
(list "properties_undirected_tree_underconstraint_error.frg" #rx"Assertion_TreeWithEdges_is_necessary_for_isUndirectedTree failed.")
;;; ? after * makes the match lazy, meaning it will match as few characters as possible while still allowing the remainder of the regular expression to match.
(list "properties_undirected_tree_underconstraint_multiple_errors.frg" #rx"Assertion_TreeWithEdges_is_necessary_for_isUndirectedTree failed.\\n.*?Assertion_All_TreeWithEdges_is_necessary_for_isUndirectedTree failed.")
(list "properties_undirected_tree_overconstraint_error.frg" #rx"Assertion_isUndirected_is_sufficient_for_isUndirectedTree failed.")
(list "properties_directed_tree_sufficiency_error.frg" #rx"Assertion_All_arethesame_is_sufficient_for_bothRoots failed.")
(list "properties_directed_tree_necessity_error.frg" #rx"Assertion_All_isRoot_is_necessary_for_isNotRoot failed.")
Expand Down

0 comments on commit a12ab81

Please sign in to comment.