1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-23 11:22:09 +03:00

Fix a typo in a requirements mark comment in a test script. No changes to

code.

FossilOrigin-Name: 75ff459b06e1a5c180d316d227ce2f73c99a1f52
This commit is contained in:
drh
2014-06-02 18:24:55 +00:00
parent 2504c6c632
commit 974db61d9d
3 changed files with 10 additions and 10 deletions

View File

@ -174,9 +174,9 @@ do_insert_tests e_insert-1.2 -error {
4 "INSERT INTO a2 VALUES(1,2,3,4,5)" {a2 3 5}
}
# EVIDENCE-OF: R-34231-22576 In this case the result of evaluating the
# left-most expression in each term of the VALUES list is inserted into
# the left-most column of the each new row, and forth for each
# EVIDENCE-OF: R-29730-42609 In this case the result of evaluating the
# left-most expression from each term of the VALUES list is inserted
# into the left-most column of each new row, and so forth for each
# subsequent expression.
#
delete_all_data