tree-sitter-toml/corpus
Ika 752419c33d
fix: trailing whitespaces are allowed for local_time (#3)
Input:

(each `·` indicates a whitespace)

```toml
valid·=·1979-05-27·
```

Output:

```
# before

(file
  (ERROR
    (key)))

# after

(file
  (pair
    (key) (local_date)))
```
2019-08-21 09:13:14 +08:00
..
custom.txt fix: trailing whitespaces are allowed for local_time (#3) 2019-08-21 09:13:14 +08:00
spec.txt feat: rename root with file 2019-08-20 15:01:47 +08:00