diff options
author | Mark Reay <mark@reay.net.au> | 2020-01-04 22:37:08 +0000 |
---|---|---|
committer | Mark Reay <mark@reay.net.au> | 2020-01-04 22:37:08 +0000 |
commit | 47e66559b53ec48b39fc1e66a407339dfe98451b (patch) | |
tree | b6940ef66db799b328d8e96572aaf149c246b7b8 /lexilla/test | |
parent | eb4ee1f609cbd9f6adb0645beb19820586d19461 (diff) | |
download | scintilla-mirror-47e66559b53ec48b39fc1e66a407339dfe98451b.tar.gz |
Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLINEs and
HEREDOCs style termination.
Diffstat (limited to 'lexilla/test')
-rw-r--r-- | lexilla/test/examples/raku/x.p6.styled | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lexilla/test/examples/raku/x.p6.styled b/lexilla/test/examples/raku/x.p6.styled index 9bef97940..f23902104 100644 --- a/lexilla/test/examples/raku/x.p6.styled +++ b/lexilla/test/examples/raku/x.p6.styled @@ -21,14 +21,14 @@ POD Documentation... =end pod{0} -{20}say{0} {10}qq{15}:to{10}/END/{18};{7} -A multi-line +{20}say{0} {10}qq{15}:to{10}/END/{18};{0} +{7}A multi-line string with interpolated vars: {12}$i{7}, {12}$r{7} END{0} {20}sub{0} {21}function{0} {18}{{0} - {20}return{0} {9}q{15}:to{9}/END/{18};{6} -Here is + {20}return{0} {9}q{15}:to{9}/END/{18};{0} +{6}Here is some multi-line string END{0} |