Skip to content

Commit

Permalink
Add test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Oct 28, 2024
1 parent 4edf35c commit 7e9a35b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/composableschemadsl/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ func TestParser(t *testing.T) {
{"arrow illegal function test", "arrowillegalfunc"},
{"caveat with keyword parameter test", "caveatwithkeywordparam"},
{"local imports test", "localimport"},
{"local imports with keyword in import path test", "localimport_import_path_with_keyword"},
{"local imports with keyword in identifiers test", "localimport_keyword_in_identifiers"},
{"local imports with malformed identifiers set test", "localimport_malformed_identifier_set"},
{"local imports with malformed import path test", "localimport_malformed_import_path"},
{"local imports with path missing leading period test", "localimport_path_missing_leading_period"},
{"local imports with typo in import separator test", "localimport_typo_in_import_separator"},
}

for _, test := range parserTests {
Expand Down

0 comments on commit 7e9a35b

Please sign in to comment.