aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lexTests.py
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove lexer tests from ScintillaNeil1-184/+0
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil1-0/+1
Python 2 still. On Windows, Python3 is used.
2019-01-30Feature [feature-requests:#1261]. Enhance the styling of backticks in NimJad Altahan1-1/+1
2019-01-29Add unit test for Tcl lexer.Neil1-0/+3
2019-01-29Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim.Jad Altahan1-0/+3
2017-08-25Moved *StyleBits* APIs into deprecated category.Neil1-3/+1
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