chroma/lexers/testdata/raku/unterminated_heredoc.actual

9 lines
87 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
say q:to//;
say 'something';
# Unterminated heredoc
say q:to/Foo/;
say 'something';