mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Minor changes to shell1.test test results to account for the new feature
of the shell that points to the specific part of the input line where the error occurs. FossilOrigin-Name: d4870c08893ea9984b1fa1c3a7d04893ad5ed4a2130e9287d169a306cc8ef0a4
This commit is contained in:
@ -53,7 +53,7 @@ do_test shell1-1.1.2 {
|
||||
# error on extra options
|
||||
do_test shell1-1.1.3 {
|
||||
catchcmd "test.db FOO test.db BAD" ".quit"
|
||||
} {1 {Error: in prepare, near "FOO": syntax error (1)}}
|
||||
} {/1 .Error: in prepare, near "FOO": syntax error (1)*/}
|
||||
|
||||
# -help
|
||||
do_test shell1-1.2.1 {
|
||||
@ -78,7 +78,7 @@ do_test shell1-1.3.2 {
|
||||
} {0 {}}
|
||||
do_test shell1-1.3.3 {
|
||||
catchcmd "-init FOO test.db BAD .quit" ""
|
||||
} {1 {Error: in prepare, near "BAD": syntax error (1)}}
|
||||
} {/1 .Error: in prepare, near "BAD": syntax error (1)*/}
|
||||
|
||||
# -echo print commands before execution
|
||||
do_test shell1-1.4.1 {
|
||||
|
Reference in New Issue
Block a user