mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-09 07:40:45 +02:00
[ticket/11768] This commit integrates s9e\TextFormatter
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
This commit is contained in:
20
tests/text_formatter/s9e/fixtures/default_lang.xml
Normal file
20
tests/text_formatter/s9e/fixtures/default_lang.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<dataset>
|
||||
<table name="phpbb_bbcodes">
|
||||
<column>bbcode_id</column>
|
||||
<column>bbcode_tag</column>
|
||||
<column>bbcode_helpline</column>
|
||||
<column>display_on_posting</column>
|
||||
<column>bbcode_match</column>
|
||||
<column>bbcode_tpl</column>
|
||||
|
||||
<row>
|
||||
<value>13</value>
|
||||
<value>foo</value>
|
||||
<value></value>
|
||||
<value>1</value>
|
||||
<value>[foo]{TEXT}[/foo]</value>
|
||||
<value>{L_FOO_BAR}</value>
|
||||
</row>
|
||||
</table>
|
||||
</dataset>
|
Reference in New Issue
Block a user