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 | 402399a62130099bd17e11f11cec180fd6bf8aa9 (patch) | |
| tree | 0d7c486f121ff9092f21cad608ed4de42fdae664 /lexilla/test/examples/raku | |
| parent | c249a1ae20d17d00be42a31f602ece2e14139f40 (diff) | |
| download | scintilla-mirror-402399a62130099bd17e11f11cec180fd6bf8aa9.tar.gz | |
Backport: Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLINEs and
HEREDOCs style termination.
Backport of changeset 7915:4bdfd413a442.
Diffstat (limited to 'lexilla/test/examples/raku')
| -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} |
