Skip to content

Commit

Permalink
add parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
BugenZhao committed Sep 18, 2023
1 parent d0d0279 commit f39b4b6
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 f39b4b6

Please sign in to comment.