Skip to content

Commit

Permalink
add parser test
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Sep 18, 2023
1 parent 4715fcb commit e670372
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sqllogictest/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,11 @@ mod tests {
parse_roundtrip::<DefaultColumnType>("../tests/slt/rowsort.slt")
}

#[test]
fn test_substitution() {
parse_roundtrip::<DefaultColumnType>("../tests/substitution/basic.slt")
}

#[test]
fn test_test_dir_escape() {
parse_roundtrip::<DefaultColumnType>("../tests/test_dir_escape/test_dir_escape.slt")
Expand Down

0 comments on commit e670372

Please sign in to comment.