This commit is contained in:
Tom Alexander 2023-04-19 18:10:55 -04:00
parent 8de6f1a817
commit 99677ee98e
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ pub fn node_property_name<'r, 's>(
) -> Res<&'s str, &'s str> { ) -> Res<&'s str, &'s str> {
let parser_context = let parser_context =
context.with_additional_node(ContextElement::ExitMatcherNode(ExitMatcherNode { context.with_additional_node(ContextElement::ExitMatcherNode(ExitMatcherNode {
class: ExitClass::Alpha, class: ExitClass::Beta,
exit_matcher: &node_property_name_end, exit_matcher: &node_property_name_end,
})); }));