aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove lexer tests from ScintillaNeil28-1186/+0
2020-04-06Bug [#2164]. Change line comments to terminate at next line start.Neil2-272/+272
This changes the lexing test results a lot since line comments are common.
2019-05-22Support for VB2017 bin literals & digit separatorsJad Altahan2-0/+8
2019-03-09Feature [feature-requests:#1268]. Improve the styling of numbers in NimJad Altahan2-0/+16
Improvements for SCE_NIM_NUMBER.
2019-02-02Feature [feature-requests:#1262]. Enhance raw string identifier styling in NimJad Altahan2-0/+16
Adds property 'lexer.nim.raw.strings.highlight.ident'.
2019-01-30Add a ';' statement separator at end of statement in example code.Neil2-2/+2
The TCL lexer handles CRLF line ends strangely often with different styles for the CR and LF. This breaks the unit testing driver as the CR and LF are now separated in the output leading to 2 lines where there was one. It also causes differences in runs between Windows and Unix.
2019-01-30Feature [feature-requests:#1261]. Enhance the styling of backticks in NimJad Altahan2-0/+12
2019-01-29Bug [#1947]. Fix recognizing '"' after "," inside a bracketed substitution.Neil2-0/+10
2019-01-29Add unit test for Tcl lexer.Neil2-0/+16
2019-01-29Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim.Jad Altahan2-0/+12
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