diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-22 22:43:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-22 22:43:28 +1100 |
commit | 651e4b440ad3019a63b10d972ee36a296020e2c8 (patch) | |
tree | e3ad0055daf94ce00326e4bc34f97b80a154b8ea /doc | |
parent | 0af155eae811e515b7d4fbad8e198cdf01f6ff2f (diff) | |
download | scintilla-mirror-651e4b440ad3019a63b10d972ee36a296020e2c8.tar.gz |
Lexilla testing framework.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDoc.html | 3 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b4eae90ea..4ad921cf5 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -291,6 +291,9 @@ <p>A lexer created by Lexilla may be used in Scintilla by calling <a class="seealso" href="#SCI_SETILEXER">SCI_SETILEXER</a>.</p> + <p>Lexilla and its contained lexers can be tested with the TestLexers program in lexilla/test. + Read lexilla/test/README for information on building and using TestLexers.</p> + <h2 id="MessageCategories">Contents</h2> <table class="categories" summary="Message categories"> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index af9c8a49c..4edde2556 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -568,6 +568,7 @@ </li> <li> Lexers made available as Lexilla library. + TestLexers program with tests for Lexilla and lexers added in lexilla/test. </li> <li> SCI_SETILEXER implemented to use lexers from Lexilla or other sources. |