diff options
| author | Kein-Hong Man <devnull@localhost> | 2016-01-05 23:58:17 +1100 |
|---|---|---|
| committer | Kein-Hong Man <devnull@localhost> | 2016-01-05 23:58:17 +1100 |
| commit | af33a5f8053adeddf868910b981e48acc35625a7 (patch) | |
| tree | 3254cd4c9e923489d2843bfce1e5f2790805d08f /test | |
| parent | bfa0332ce324c0ffc998d39e8f903711ad6e1532 (diff) | |
| download | scintilla-mirror-af33a5f8053adeddf868910b981e48acc35625a7.tar.gz | |
Fix module ::-syntax when special characters such as 'x' are used.
Added ' and " detection as prefix chars for x repetition operator.
Diffstat (limited to 'test')
| -rw-r--r-- | test/examples/perl-test-5220delta.pl.styled | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/perl-test-5220delta.pl.styled b/test/examples/perl-test-5220delta.pl.styled index c01757999..3754c8929 100644 --- a/test/examples/perl-test-5220delta.pl.styled +++ b/test/examples/perl-test-5220delta.pl.styled @@ -105,7 +105,7 @@ {5}sub{0} {11}foo{0} {10}:{0} {11}lvalue{0} {10};{0} {5}package{0} {11}X{10};{0} -{5}sub{0} {11}Y{10}::x{0} {10}:{0} {11}lvalue{0} {10}{{0} {4}1{0} {10}}{0} +{5}sub{0} {11}Y{10}::{11}x{0} {10}:{0} {11}lvalue{0} {10}{{0} {4}1{0} {10}}{0} {5}package{0} {11}X{10};{0} {5}sub{0} {11}foo{0} {10}{{0} {4}1{0} {10}}{0} |
