mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
failing test case: SMT2 parse string constants
This commit is contained in:
parent
b30d4f757d
commit
1f96e19211
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@ void tst_smt2print_parse() {
|
|||
|
||||
test_parseprint(spec5);
|
||||
|
||||
// Test strings
|
||||
char const* spec6 =
|
||||
"(assert (= \"abc\" \"abc\"))";
|
||||
|
||||
test_parseprint(spec6);
|
||||
|
||||
// Test ?
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue