Skip to content

Commit 33ad9fd

Browse files
committed
Update failing test
It seems that there was a slip in the previous merge point, and the test was left as is in upstream, without applying to the expected output the modifications from the patches in this fork.
1 parent f015235 commit 33ad9fd

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

test/corpus/line_continuations.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,22 @@ end program main
483483
(translation_unit
484484
(program
485485
(program_statement
486-
(name))
486+
(whitespace)
487+
(name)
488+
(end_of_statement))
489+
(whitespace)
487490
(comment)
491+
(whitespace)
488492
(print_statement
493+
(whitespace)
489494
(format_identifier)
495+
(whitespace)
490496
(output_item_list
491-
(string_literal)))
497+
(prefixed_string_literal
498+
(string_literal))))
499+
(end_of_statement)
492500
(end_program_statement
493-
(name))))
501+
(whitespace)
502+
(whitespace)
503+
(name)
504+
(end_of_statement))))

0 commit comments

Comments
 (0)