Skip to content

Commit e7cf0cf

Browse files
committed
Add missing re import for VALUES rewrite patch
1 parent d09ee65 commit e7cf0cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/phpunit-tests-turso.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,7 @@ jobs:
11321132
11331133
# 13. Update Translation_Tests expectations to match the new
11341134
# SELECT-AS-columnN form emitted by insertFromConstructor.
1135+
import re
11351136
path = 'tests/WP_SQLite_Driver_Translation_Tests.php'
11361137
src = open(path).read()
11371138
# Match `FROM (VALUES ( v1 [, v2 ...] ) [, ( ... ) ...])`

0 commit comments

Comments
 (0)