aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples
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-28Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20.Kein-Hong Man2-0/+478
2015-12-18Bug [#1793]. Add support for Perl 5.22.Kein-Hong Man2-0/+356
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.
2013-06-29Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix.Neil2-2/+4
2013-04-14Adding example file extensions to native file setting so tests work.nyamatongwe3-15/+15
2013-04-05Added tests for Ruby and Perl lexers.nyamatongwe4-0/+22
2013-04-05Added test for Lua lexer.nyamatongwe2-0/+12
2012-06-22Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream commentsnyamatongwe2-2/+2
inside preprocessor directives. Includes code from Marko Njezic.
2012-06-22Prevent empty lines from continuing preprocessor style.nyamatongwe2-0/+10
2012-03-25Avoid warnings from example code.nyamatongwe2-2/+2
2012-03-25Add test for bug #3509317.nyamatongwe2-0/+8
2011-03-27Fix for bug with wrong recognition of number after regex literal. Bug #3209108.nyamatongwe2-0/+2
Added test for this case.
2010-09-04Fix for bug #3058924 wrong highlighting for float literals containing +/-.nyamatongwe2-0/+6
Tests added for example numeric literals.
2010-08-04Added test for bug #3038381.nyamatongwe2-0/+8
2009-06-16Style numbers changed for D.nyamatongwe1-3/+3
2009-05-27Handles BOM on input files by removing.nyamatongwe2-0/+94
Fixed for UTF-8 input. Added D test.
2009-05-12Include tests in standard repository.nyamatongwe12-0/+98