summaryrefslogtreecommitdiff
path: root/tests/examplefiles/toml
Commit message (Collapse)AuthorAgeFilesLines
* Only allow tables at line start to fix arrays. (#1872)Erik Moqvist2021-07-311-58/+242
| | | | | * Only allow tables at line start to fix arrays. * Only allow tables at line start to fix arrays.
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+1146
Co-authored-by: Georg Brandl <georg@python.org>