Files
toml11/toml
ToruNiina 16fc172b21 feat: check string length before adding newline
In literal strings, only the first newline will be trimmed.
```toml
str = '''
The first newline will be trimmed.'''
```
The previous code always adds this first-newline, but after this commit
it checks the length of the string and adds newline if the string is
sufficiently long.
2020-02-05 22:39:08 +09:00
..
2019-03-16 14:27:05 +09:00
2020-01-13 00:46:21 +09:00
2019-03-16 14:27:05 +09:00
2019-06-22 17:35:40 +09:00
2020-01-19 21:06:10 +09:00