Skip to content

Commit d62b4b5

Browse files
committed
Add additional test cases.
1 parent a948f79 commit d62b4b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/search-replace.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,10 @@ Feature: Do global search/replace
10091009
PRIMARY KEY (`name`)
10101010
) ENGINE=InnoDB;
10111011
INSERT INTO `wp_123_test` VALUES ('test_val','off','2016-11-15 14:41:33','2016-11-15 21:41:33');
1012+
INSERT INTO `wp_123_test` VALUES ('123.','off','2016-11-15 14:41:33','2016-11-15 21:41:33');
1013+
INSERT INTO `wp_123_test` VALUES ('quote\'quote','off','2016-11-15 14:41:33','2016-11-15 21:41:33');
1014+
INSERT INTO `wp_123_test` VALUES ('0','off','2016-11-15 14:41:33','2016-11-15 21:41:33');
1015+
INSERT INTO `wp_123_test` VALUES ('','off','2016-11-15 14:41:33','2016-11-15 21:41:33');
10121016
"""
10131017

10141018
When I run `wp db query "SOURCE test_db.sql;"`

0 commit comments

Comments
 (0)