mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
failing test case: SMT2 parse string constants
This commit is contained in:
parent
b30d4f757d
commit
1f96e19211
|
@ -98,6 +98,12 @@ void tst_smt2print_parse() {
|
|||
|
||||
test_parseprint(spec5);
|
||||
|
||||
// Test strings
|
||||
char const* spec6 =
|
||||
"(assert (= \"abc\" \"abc\"))";
|
||||
|
||||
test_parseprint(spec6);
|
||||
|
||||
// Test ?
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue