Commit f6d6eed 1 parent 89ffed3 commit f6d6eed Copy full SHA for f6d6eed
File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/BurntSushi/toml-test
2
2
3
3
go 1.16
4
4
5
- require github.com/BurntSushi/toml v0.3.2-0.20210614001753-6a7a233f065a
5
+ require github.com/BurntSushi/toml v0.3.2-0.20210614221721-cd9deba40dc3
Original file line number Diff line number Diff line change 1
- github.com/BurntSushi/toml v0.3.2-0.20210614001753-6a7a233f065a h1:dcmBCpyqOXHaeF1W1nIa7vWQROVKLC+veXbBVWqyLoc =
2
- github.com/BurntSushi/toml v0.3.2-0.20210614001753-6a7a233f065a /go.mod h1:2QZjSXA5e+XyFeCAxxtL8Z4StYUsTquL8ODGPR3C3MA =
1
+ github.com/BurntSushi/toml v0.3.2-0.20210614221721-cd9deba40dc3 h1:vCIfnb1pHr29dOiCRrw6wvouZBjJJs/UqRtwcUxdxoo =
2
+ github.com/BurntSushi/toml v0.3.2-0.20210614221721-cd9deba40dc3 /go.mod h1:2QZjSXA5e+XyFeCAxxtL8Z4StYUsTquL8ODGPR3C3MA =
Original file line number Diff line number Diff line change 24
24
"value" : " aaa\"\"\" bbb"
25
25
},
26
26
"one" : {
27
+ "type" : " string" ,
28
+ "value" : " \" one quote\" "
29
+ },
30
+ "one_space" : {
27
31
"type" : " string" ,
28
32
"value" : " \" one quote\" "
29
33
},
30
34
"two" : {
35
+ "type" : " string" ,
36
+ "value" : " \"\" two quotes\"\" "
37
+ },
38
+ "two_space" : {
31
39
"type" : " string" ,
32
40
"value" : " \"\" two quotes\"\" "
33
41
}
You can’t perform that action at this time.
0 commit comments