summaryrefslogtreecommitdiff
path: root/tests/examplefiles/sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* lexer SQL to use whitespace token - regarding #1905 (#1908)Sebastian Engel2021-10-061-26/+34
| | | | | | | | | * SQL whitespaces - regarding #1905 * Sqlite prompt ungrouped from trailing space * sqlite prompt with Explicit trailing whitespace token * Fix insertion of sqlite trail space token
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+126
Co-authored-by: Georg Brandl <georg@python.org>