diff options
author | drh <drh@noemail.net> | 2014-06-02 18:24:55 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2014-06-02 18:24:55 +0000 |
commit | 974db61d9da64a8e343c4734ec896ee941f9b50c (patch) | |
tree | 5a79ee6cd70cc14360123debc5ace702b0f4a17d /test/e_insert.test | |
parent | 2504c6c632681da85a8a6a46e9acd6ab4bf7ae20 (diff) | |
download | sqlite-974db61d9da64a8e343c4734ec896ee941f9b50c.tar.gz sqlite-974db61d9da64a8e343c4734ec896ee941f9b50c.zip |
Fix a typo in a requirements mark comment in a test script. No changes to
code.
FossilOrigin-Name: 75ff459b06e1a5c180d316d227ce2f73c99a1f52
Diffstat (limited to 'test/e_insert.test')
-rw-r--r-- | test/e_insert.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/e_insert.test b/test/e_insert.test index adda996b5..0ea4b76bb 100644 --- a/test/e_insert.test +++ b/test/e_insert.test @@ -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 |