Skip to content

Commit

Permalink
Merge pull request #19 from Vishalk91-4/unwanted-fix
Browse files Browse the repository at this point in the history
Removing ERROR codes present in test files
  • Loading branch information
Peefy authored Jun 1, 2024
2 parents 1e74043 + c82e278 commit c4dd575
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/corpus/type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,18 @@ c: Person = Person {}
Union Type
================================================================================

schema x[argc: int]:
p: int | str
schema x:
a: int | str

--------------------------------------------------------------------------------

(module
(schema_statement
(ERROR
(identifier))
(identifier)
(block
(assignment
(dotted_name
(identifier))
(ERROR
(identifier))
(union_type
(type
(basic_type))
Expand Down Expand Up @@ -315,4 +311,4 @@ config = Config {
(string
(string_start)
(string_content)
(string_end)))))))
(string_end)))))))

0 comments on commit c4dd575

Please sign in to comment.