Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ddl tck cases
Browse files Browse the repository at this point in the history
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
@@ -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)

0 comments on commit 5619fc3

Please sign in to comment.