aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lexTests.py
AgeCommit message (Collapse)AuthorFilesLines
2015-12-28Fix typo.Neil1-1/+1
2015-12-28Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20.Kein-Hong Man1-2/+11
2015-12-18Bug [#1793]. Add support for Perl 5.22.Kein-Hong Man1-21/+65
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.
2014-01-01Specify minimum Python version for scripts.Neil1-2/+1
2013-07-05Implemented tests for Qt on Linux.Neil1-6/+7
2013-06-29Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix.Neil1-0/+1
2013-04-05Added tests for Ruby and Perl lexers.nyamatongwe1-0/+6
2013-04-05Added test for Lua lexer.nyamatongwe1-2/+8
2012-03-25Fix lexer tests to test subranges correctly.nyamatongwe1-2/+2
2010-06-05Whitespace.nyamatongwe1-1/+1
2009-05-27Handles BOM on input files by removing.nyamatongwe1-9/+16
Fixed for UTF-8 input. Added D test.
2009-05-12Include tests in standard repository.nyamatongwe1-0/+106