|
@@ -86,7 +86,7 @@ TEST(ParserTest, nestedLists) {
|
|
|
}
|
|
|
|
|
|
TEST(ParserTest, listsInMaps) {
|
|
|
- string txt = "{ \"constellations\": { \"orion\": [ \"rigel\", \"betelguese\" ], "
|
|
|
+ string txt = "{ \"constellations\": { \"orion\": [ \"rigel\", \"betelgeuse\" ], "
|
|
|
"\"cygnus\": [ \"deneb\", \"albireo\"] } }";
|
|
|
testParser(txt, Parser4Context::PARSER_JSON);
|
|
|
}
|