aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil75-3296/+0
2021-01-29Move CharacterSet and CharacterCategory from lexlib to src as in both ↵Neil2-57/+57
Lexilla and Scintilla
2020-06-09Feature [feature-requests:1358]. Support lstlisting environment that is similarHugues Larrive2-0/+20
to verbatim.
2020-06-09Add test for latex lexer.Neil3-0/+95
2020-05-17On Unix call shared object liblexilla instead of lexilla to match platformNeil1-2/+2
convention.
2020-05-05Fixed bug where a single character line with a single character line endYury Dubinsky2-0/+10
continued state onto the next line.
2020-05-01Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 likeNeil3-0/+11
73 | GTimeVal last_popdown; | ^~~~~~~~~~~~
2020-04-30Bug [#2019]. Fix buffer over-read with absolute reference.Zufu Liu2-0/+32
2020-04-30Fix line ends on example files.Neil3-188/+188
2020-04-30Add tests for mmixal lexer.Neil5-0/+176
2020-04-30Add tests for errorlist lexer.Neil3-0/+208
2020-04-13Add test that illustrates all Python styles.Neil3-0/+127
2020-04-13Fix inverted test.Neil1-1/+1
2020-04-13Add test for differing styles between \r and \n.Neil1-0/+46
2020-04-13Hide implementation of EscapeSequence and use const. Add tests for escapeNeil2-0/+14
sequences.
2020-04-13Replace islower function and add tests for JavaScript regular expressions.Neil3-3/+12
2020-04-07Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.Yury Dubinsky3-7/+23
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.
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.
2020-02-03Bug [#2143]. Add test case for comment start in number.Neil2-0/+22
This is before-fix and demonstrates the issue.
2020-02-03Bug [#2139]. Add test case for compound decorator.Neil4-12/+17
This is before-fix and demonstrates the issue. Remove the .new file as that is a temporary.
2020-01-22Adding test for makefile lexer.Neil3-0/+33
2020-01-18Adding test for batch lexer.Neil3-0/+55
2020-01-04Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLINEs andMark Reay1-4/+4
HEREDOCs style termination.
2020-01-03Added Raku lexer and style properties and example filesMark Reay3-0/+221
2020-01-04Implement negative relative positions in GetRelativePosition.Neil1-2/+26
2020-01-04Add lexilla/src to include directories to find "Lexilla.h".Neil1-4/+4
2019-12-14Lexilla tests.Neil39-0/+1259
2019-12-22Lexilla testing framework.Neil9-0/+913