summaryrefslogtreecommitdiff
path: root/tests/toml.scm
Commit message (Collapse)AuthorAgeFilesLines
* guix: toml: Fix evaluation of empty inline tables.Lars-Dominik Braun9 days1-0/+8
| | | | | | | * guix/build/toml.scm (eval-toml-file): Add pattern for empty inline table. * tests/toml.scm ("parse-toml: Empty inline table"): New testcase. Change-Id: I69663af2a861716acfb801fad4474e029e102a1b
* guix: toml: Fix parsing empty strings in arrays.Lars-Dominik Braun2024-12-131-0/+27
| | | | Change-Id: Id14d4008391a01820ade754fa9c2ca8e88b8c7f9
* guix: toml: Add TOML parser.Lars-Dominik Braun2024-12-131-0/+442
* guix/build/toml.scm: New file. * tests/toml.scm: New file. * Makefile.am: Register new files.