diff options
Diffstat (limited to '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 |