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
parent 1753a0e076
commit 7be9b5ef13
No known key found for this signature in database
GPG key ID: 31AB0439F4C5C90E

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