Skip to content

Commit

Permalink
Add ddl tck cases
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Jan 6, 2023
1 parent 492e7fb commit 5619fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tck/utils/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@


def _parse_value(cell: str, variables: dict) -> Value:
if not cell:
cell = "EMPTY"
m = pattern.match(cell)
if m:
var = m.group(1)
Expand Down

0 comments on commit 5619fc3

Please sign in to comment.