Skip to content

Commit

Permalink
fix test: update modules test to match upstream namespace parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
alfaix committed Aug 29, 2023
1 parent 81717ea commit d3ae64b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/corpus/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ export union U {};

(namespace_definition
(export_specifier)
(namespace_definition_name
(identifier)
(identifier))
(nested_namespace_specifier
(namespace_identifier)
(namespace_identifier))
(declaration_list))

(struct_specifier
Expand Down Expand Up @@ -265,10 +265,10 @@ export using lib_write_register = lib::write_register;

(namespace_alias_definition
(export_specifier)
(identifier)
(qualified_identifier
(namespace_identifier)
(nested_namespace_specifier
(namespace_identifier)
(identifier)))
(namespace_identifier)))

(using_declaration
(export_specifier)
Expand Down

0 comments on commit d3ae64b

Please sign in to comment.