case BLOCK_SETEXT_2:
case BLOCK_TABLE:
case BLOCK_TERM:
+ case LINE_LIST_BULLETED:
+ case LINE_LIST_ENUMERATED:
// Assign child tokens of blocks
mmd_assign_ambidextrous_tokens_in_block(e, t, start_offset);
break;
<text:p text:style-name="Standard">foo(‘bar’)</text:p>
<text:p text:style-name="Standard">foo(“bar”)</text:p>
+
+<text:p text:style-name="Standard">foo-bar</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="P1">
+foo-bar</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">foo-bar</text:p></text:list-item>
+
+</text:list>
</office:text>
</office:body>
</office:document>