mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 00:13:29 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
c5bfcb4c48
1
tests/text_processing/tickets_data/PHPBB3-14663.html
Normal file
1
tests/text_processing/tickets_data/PHPBB3-14663.html
Normal file
@ -0,0 +1 @@
|
||||
<input type="button" value="Кнопка!"> Тест
|
1
tests/text_processing/tickets_data/PHPBB3-14663.txt
Normal file
1
tests/text_processing/tickets_data/PHPBB3-14663.txt
Normal file
@ -0,0 +1 @@
|
||||
[test]Тест[/test]
|
28
tests/text_processing/tickets_data/PHPBB3-14663.xml
Normal file
28
tests/text_processing/tickets_data/PHPBB3-14663.xml
Normal file
@ -0,0 +1,28 @@
|
||||
<?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>
|
||||
<column>first_pass_match</column>
|
||||
<column>first_pass_replace</column>
|
||||
<column>second_pass_match</column>
|
||||
<column>second_pass_replace</column>
|
||||
|
||||
<row>
|
||||
<value>13</value>
|
||||
<value>test</value>
|
||||
<value></value>
|
||||
<value>1</value>
|
||||
<value>[test]{TEXT}[/test]</value>
|
||||
<value><![CDATA[<input type=button value="Кнопка!" /> {TEXT}]]></value>
|
||||
<value><\[/test\]!ies]]></value>
|
||||
<value><![CDATA['[test:$uid]'.str_replace(array("\r\n", '\"', '\'', '(', ')'), array("\n", '"', ''', '(', ')'), trim('${1}')).'[/test:$uid]']]></value>
|
||||
<value><\[/test:$uid\]!s]]></value>
|
||||
<value><![CDATA[<input type=button value="Кнопка!" /> ${1}]]></value>
|
||||
</row>
|
||||
</table>
|
||||
</dataset>
|
Loading…
x
Reference in New Issue
Block a user