phpbb/tests/text_formatter/s9e/fixtures/styles.xml
2015-04-02 19:16:01 +02:00

36 lines
795 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_styles">
<column>style_id</column>
<column>style_name</column>
<column>style_copyright</column>
<column>style_active</column>
<column>style_path</column>
<column>bbcode_bitfield</column>
<column>style_parent_id</column>
<column>style_parent_tree</column>
<row>
<value>1</value>
<value>foo</value>
<value></value>
<value>1</value>
<value>foo</value>
<!-- Bitfield for "b" only -->
<value>QA==</value>
<value>0</value>
<value></value>
</row>
<row>
<value>2</value>
<value>bar</value>
<value></value>
<value>1</value>
<value>bar</value>
<!-- Bitfield for "b" only -->
<value>QA==</value>
<value>0</value>
<value></value>
</row>
</table>
</dataset>