Skip to content

Commit

Permalink
Update toml library; fix multiline-string-quotes test
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Jun 14, 2021
1 parent 89ffed3 commit f6d6eed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/BurntSushi/toml-test

go 1.16

require github.com/BurntSushi/toml v0.3.2-0.20210614001753-6a7a233f065a
require github.com/BurntSushi/toml v0.3.2-0.20210614221721-cd9deba40dc3
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/BurntSushi/toml v0.3.2-0.20210614001753-6a7a233f065a h1:dcmBCpyqOXHaeF1W1nIa7vWQROVKLC+veXbBVWqyLoc=
github.com/BurntSushi/toml v0.3.2-0.20210614001753-6a7a233f065a/go.mod h1:2QZjSXA5e+XyFeCAxxtL8Z4StYUsTquL8ODGPR3C3MA=
github.com/BurntSushi/toml v0.3.2-0.20210614221721-cd9deba40dc3 h1:vCIfnb1pHr29dOiCRrw6wvouZBjJJs/UqRtwcUxdxoo=
github.com/BurntSushi/toml v0.3.2-0.20210614221721-cd9deba40dc3/go.mod h1:2QZjSXA5e+XyFeCAxxtL8Z4StYUsTquL8ODGPR3C3MA=
8 changes: 8 additions & 0 deletions tests/valid/multiline-string-quotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@
"value": "aaa\"\"\"bbb"
},
"one": {
"type": "string",
"value": "\"one quote\""
},
"one_space": {
"type": "string",
"value": " \"one quote\" "
},
"two": {
"type": "string",
"value": "\"\"two quotes\"\""
},
"two_space": {
"type": "string",
"value": " \"\"two quotes\"\" "
}
Expand Down

0 comments on commit f6d6eed

Please sign in to comment.