Commit 8daefe8
test: use it.fails() pattern for issue #4000 reproduction test
Update the test to use Vitest's it.fails() pattern to keep CI green
while still documenting the bug reproduction. The test:
- Currently fails with 'syntax error at end of input' (expected behavior)
- Will pass because it's marked as .fails()
- Will alert us when the bug is fixed (test will fail because it expects to fail but succeeds)
This is the standard pattern for regression tests that capture current bugs.
Co-Authored-By: [email protected] <[email protected]>1 parent 3f10237 commit 8daefe8
File tree
1 file changed
+20
-18
lines changed- frontend/packages/schema/src/parser/sql/postgresql
1 file changed
+20
-18
lines changedLines changed: 20 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
1235 | | - | |
1236 | | - | |
1237 | | - | |
1238 | | - | |
1239 | | - | |
1240 | | - | |
1241 | | - | |
1242 | | - | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
1243 | 1245 | | |
1244 | 1246 | | |
1245 | 1247 | | |
| |||
1261 | 1263 | | |
1262 | 1264 | | |
1263 | 1265 | | |
1264 | | - | |
| 1266 | + | |
1265 | 1267 | | |
1266 | | - | |
| 1268 | + | |
1267 | 1269 | | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
1271 | | - | |
1272 | | - | |
1273 | | - | |
1274 | | - | |
1275 | | - | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
1276 | 1278 | | |
1277 | 1279 | | |
0 commit comments