a3812033af
Input: ```toml [table] key = "value" ``` Output: ```sh # before (root (table (key) (pair (key) (string))) # after (root (table (key)) (pair (key) (string))) ``` |
||
---|---|---|
.. | ||
custom.txt | ||
spec.txt |
a3812033af
Input: ```toml [table] key = "value" ``` Output: ```sh # before (root (table (key) (pair (key) (string))) # after (root (table (key)) (pair (key) (string))) ``` |
||
---|---|---|
.. | ||
custom.txt | ||
spec.txt |