aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/perl-test-5220delta.pl.styled
AgeCommit message (Collapse)AuthorFilesLines
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.