mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
parent
a5cee8fa79
commit
49ddbbf39f
2 changed files with 1 additions and 1 deletions
|
@ -14206,7 +14206,6 @@ parse_strings(pm_parser_t *parser, pm_node_t *current) {
|
|||
// If we get here, then we have an end of a label immediately
|
||||
// after a start. In that case we'll create an empty symbol
|
||||
// node.
|
||||
pm_token_t opening = not_provided(parser);
|
||||
pm_token_t content = parse_strings_empty_content(parser->previous.start);
|
||||
pm_symbol_node_t *symbol = pm_symbol_node_create(parser, &opening, &content, &parser->previous);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue