1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Modify one test result to be case-insensitive.

FossilOrigin-Name: 5ccbeeea7d7933402f7ccb0b1c9b3038989ca746
This commit is contained in:
mistachkin
2016-07-15 00:09:53 +00:00
parent e2f84b403c
commit a8f286a38a
3 changed files with 8 additions and 8 deletions

View File

@ -129,7 +129,7 @@ do_test trace3-7.1 {
set STMT [sqlite3_prepare_v2 $DB \
"SELECT a, b FROM t1 WHERE b = ? ORDER BY a;" -1 TAIL]
} {/^[0-9A-F]+$/}
} {/^[0-9A-Fa-f]+$/}
do_test trace3-8.1 {
list [sqlite3_bind_null $STMT 1] [sqlite3_expanded_sql $STMT]