Skip to content

Commit edf75a2

Browse files
Add more failing test inputs
1 parent 07c0199 commit edf75a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/org/sosy_lab/java_smt/test/ParserSymbolsEscapedTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@ public class ParserSymbolsEscapedTest extends SolverBasedTest0 {
7878
"define-fun-rec",
7979
"store",
8080
"concat",
81-
"=");
81+
"=",
82+
"true",
83+
"false",
84+
"and",
85+
"or",
86+
"distinct");
8287

8388
@Parameters(name = "{0},{1}")
8489
public static Collection<Object[]> data() {

0 commit comments

Comments
 (0)