1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Fix a test case that was broken when the default --escape type was changed

by the previous check-in.

FossilOrigin-Name: 5f2531e068b4856db2270518c370b65cbd0c0ab5443d76f1fb1116fe9ad80296
This commit is contained in:
drh
2025-02-25 20:36:46 +00:00
parent 846643ebad
commit b8ec04ee02
3 changed files with 8 additions and 8 deletions

View File

@ -452,7 +452,7 @@ do_test shell1-3.12.3 {
# tcl TCL list elements
do_test shell1-3.13.1 {
catchcmd "test.db" ".mode"
} {0 {current output mode: list --escape symbol}}
} {0 {current output mode: list --escape ascii}}
do_test shell1-3.13.2 {
catchcmd "test.db" ".mode FOO"
} {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox quote table tabs tcl}}