test: fix toml tests

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2022-09-03 13:52:36 +02:00 committed by Márk Sági-Kazár
parent d7f4832bd3
commit 601ec815ba

View file

@ -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