diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/term_bank_1.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/data/dictionaries/valid-dictionary1/term_bank_1.json b/test/data/dictionaries/valid-dictionary1/term_bank_1.json index 8f2a4c42..58136d79 100644 --- a/test/data/dictionaries/valid-dictionary1/term_bank_1.json +++ b/test/data/dictionaries/valid-dictionary1/term_bank_1.json @@ -148,6 +148,22 @@ ]} ]} ]} + ]}, + {"type": "structured-content", "content": [ + "margin", + { + "tag": "div", + "style": { + "marginTop": 1, + "marginLeft": 1, + "marginRight": 1, + "marginBottom": 1 + }, + "content": [ + "inner" + ] + }, + "margin" ]} ], 100, "P E1" |