mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-23 11:22:09 +03:00
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
This commit is contained in:
@ -81,7 +81,7 @@ do_test eval-3.1 {
|
||||
} {1 {} 102 2 {} 103 3 {} 104 4 {} 105}
|
||||
|
||||
do_test eval-4.1 {
|
||||
execsql { SELECT test_eval('SELECT "abcdefghij"') }
|
||||
execsql { SELECT test_eval('SELECT ''abcdefghij''') }
|
||||
} {abcdefghij}
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user