aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/perl-test-5220delta.pl.styled
AgeCommit message (Collapse)AuthorFilesLines
2020-04-06Backport: Bug [#2164]. Change line comments to terminate at next line start.Neil1-110/+110
This changes the lexing test results a lot since line comments are common. Backport of changeset 8123:3f7f9e476cfb.
2016-01-05Fix module ::-syntax when special characters such as 'x' are used.Kein-Hong Man1-1/+1
Added ' and " detection as prefix chars for x repetition operator.
2015-12-18Bug [#1793]. Add support for Perl 5.22.Kein-Hong Man1-0/+178
Double-diamond operator <<>> Hexadecimal floating point literals Repetition in list assignment Added example file to the lexing tests and changed lexing tests to allow larger files and to standardise on Unix line ends when testing these larger files to avoid spurious failures.