summaryrefslogtreecommitdiff
path: root/tests/test_data.py
Commit message (Expand)AuthorAgeFilesLines
* More tests moved to snippets/ (#2351)Jean Abou-Samra2023-02-231-285/+0
* Support comments in JSON (#2049)Kurt McKee2022-01-281-13/+95
* Happy new year.Georg Brandl2022-01-251-1/+1
* Modernize Whitespace token: data lexer(json,yaml)Sebastian Engel2021-10-231-7/+8
* tests: code style fixupsGeorg Brandl2021-01-201-55/+58
* Replace tests that assert on token output with auto-updatable samples (#1649)Oleh Prypin2021-01-181-81/+0
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Speed up JSON and reduce HTML formatter consumption (#1569)Kurt McKee2020-10-261-56/+180
* fix regression in JSON lexer, bump to 2.7.12.7.1Georg Brandl2020-09-171-7/+12
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-51/+51
* more explicitly define escape sequencies in JsonLexer (fix #1065) (#1528)Nick Gerner2020-08-311-0/+28
* Remove unittest classes from the test suite.Georg Brandl2019-11-101-103/+110
* Fix #1528 -- Yaml gets confused when a comment contains a key:value pair.Matth?us G. Chajdas2019-07-201-1/+18
* Robustify json-object against unexpected '}'Tim Hatch2016-05-311-0/+13
* Add a new lexer that assumes json object is already open.Tim Hatch2016-05-311-0/+87