Added test cases for spaced pretty and pretty_tab used together

This commit is contained in:
Darjan Krijan
2018-12-07 17:30:15 +01:00
parent 3943960874
commit 7a9075c16b
7 changed files with 251 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
new_obj.to_string()={
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": [
{
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": [
"GML",
"XML",
"markup"
]
}
]
}
}
}