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 |
|