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

Correct typo in new test numbering.

FossilOrigin-Name: d176c9fa4c65ff2f3952dd3dee46da149dfa442f
This commit is contained in:
mistachkin
2015-04-07 21:17:53 +00:00
parent 151c75ad89
commit cc445402c9
3 changed files with 8 additions and 8 deletions

View File

@@ -796,7 +796,7 @@ INSERT INTO t3 VALUES(6,X'807f');}}
# Test the output of ".mode insert" with headers
#
do_test shell1-4.2.3 {
do_test shell1-4.2.4 {
catchcmd test.db ".mode insert t3\n.headers on\nselect * from t3;"
} {0 {INSERT INTO t3(x,y) VALUES(1,NULL);
INSERT INTO t3(x,y) VALUES(2,'');