diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/term_bank_1.json | 15 |
1 files changed, 15 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 58136d79..0d94d6d1 100644 --- a/test/data/dictionaries/valid-dictionary1/term_bank_1.json +++ b/test/data/dictionaries/valid-dictionary1/term_bank_1.json @@ -164,6 +164,21 @@ ] }, "margin" + ]}, + {"type": "structured-content", "content": [ + "text 1 ", + { + "tag": "span", + "data": { + "": "empty", + "a": "b", + "c": "d" + }, + "content": [ + "text 2" + ] + }, + " text 3" ]} ], 100, "P E1" |