We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496e88c commit 04b59eeCopy full SHA for 04b59ee
tests/WP_SQLite_Driver_Tests.php
@@ -3194,7 +3194,7 @@ public function testTranslateLikeBinary() {
3194
$this->assertQuery( 'INSERT INTO _tmp_table (name) VALUES (NULL);' );
3195
$this->assertQuery( "INSERT INTO _tmp_table (name) VALUES ('special%chars');" );
3196
$this->assertQuery( "INSERT INTO _tmp_table (name) VALUES ('special_chars');" );
3197
- $this->assertQuery( "INSERT INTO _tmp_table (name) VALUES ('special\\chars');" );
+ $this->assertQuery( "INSERT INTO _tmp_table (name) VALUES ('special\\\\chars');" );
3198
$this->assertQuery( "INSERT INTO _tmp_table (name) VALUES ('aste*risk');" );
3199
$this->assertQuery( "INSERT INTO _tmp_table (name) VALUES ('question?mark');" );
3200
0 commit comments