Add a test for local time in TOML

This commit is contained in:
Vincent Prouillet 2019-04-18 18:55:09 +02:00
parent 5604738048
commit 603906de85
4 changed files with 396 additions and 355 deletions

View file

@ -2,6 +2,9 @@
## 0.6.1 (unreleased)
- Strip wrapping whitespaces from shortcodes
- Sort sitemap elements by permalink`
## 0.6.0 (2019-03-25)
### Breaking

744
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -431,6 +431,7 @@ mod tests {
json!({
"category": {
"date": "1979-05-27T07:32:00Z",
"lt1": "07:32:00",
"key": "value"
},
})

View file

@ -1,3 +1,4 @@
[category]
key = "value"
date = 1979-05-27T07:32:00Z
date = 1979-05-27T07:32:00Z
lt1 = 07:32:00