mirror of
https://github.com/spf13/viper
synced 2024-12-22 11:37:02 +00:00
test: fix toml tests
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
d7f4832bd3
commit
601ec815ba
1 changed files with 1 additions and 2 deletions
|
@ -31,6 +31,7 @@ list = [
|
||||||
// encoded form of the data
|
// encoded form of the data
|
||||||
const encoded = `key = 'value'
|
const encoded = `key = 'value'
|
||||||
list = ['item1', 'item2', 'item3']
|
list = ['item1', 'item2', 'item3']
|
||||||
|
|
||||||
[map]
|
[map]
|
||||||
key = 'value'
|
key = 'value'
|
||||||
|
|
||||||
|
@ -38,8 +39,6 @@ key = 'value'
|
||||||
[nested_map.map]
|
[nested_map.map]
|
||||||
key = 'value'
|
key = 'value'
|
||||||
list = ['item1', 'item2', 'item3']
|
list = ['item1', 'item2', 'item3']
|
||||||
|
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
// Viper's internal representation
|
// Viper's internal representation
|
||||||
|
|
Loading…
Reference in a new issue