mirror of
https://github.com/spf13/viper.git
synced 2024-04-21 12:31:38 +00:00
test: fix toml tests
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
committed by
Márk Sági-Kazár
parent
d7f4832bd3
commit
601ec815ba
@@ -31,6 +31,7 @@ list = [
|
||||
// encoded form of the data
|
||||
const encoded = `key = 'value'
|
||||
list = ['item1', 'item2', 'item3']
|
||||
|
||||
[map]
|
||||
key = 'value'
|
||||
|
||||
@@ -38,8 +39,6 @@ key = 'value'
|
||||
[nested_map.map]
|
||||
key = 'value'
|
||||
list = ['item1', 'item2', 'item3']
|
||||
|
||||
|
||||
`
|
||||
|
||||
// Viper's internal representation
|
||||
|
||||
Reference in New Issue
Block a user