mirror of
https://github.com/lightbend/config.git
synced 2025-03-19 13:50:40 +08:00
add test for an array as not-first element of another array
Adds a line of coverage ;-)
This commit is contained in:
parent
c27fa2cd68
commit
be560731b8
@ -156,6 +156,7 @@ abstract trait TestUtils {
|
||||
"""{ "foo" : [10,11,12], "baz" : "boo" }""",
|
||||
"""[{},{},{},{}]""",
|
||||
"""[[[[[[]]]]]]""",
|
||||
"""[[1], [1,2], [1,2,3], []]""", // nested multiple-valued array
|
||||
"""{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":42}}}}}}}}""",
|
||||
// this long one is mostly to test rendering
|
||||
"""{ "foo" : { "bar" : "baz", "woo" : "w00t" }, "baz" : { "bar" : "baz", "woo" : [1,2,3,4], "w00t" : true, "a" : false, "b" : 3.14, "c" : null } }""",
|
||||
|
Loading…
Reference in New Issue
Block a user