diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-07-16 20:53:18 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-07-16 20:53:18 +0200 |
| commit | 53f186d96bc6dd3c5870201562116e17d008d64b (patch) | |
| tree | 5a3c7950dc56995c495d6662a66a072bf4498913 /tests/text_processing | |
| parent | a53c8cee79af4fc76590073ae5913d8159b97679 (diff) | |
| parent | 5216bf44838f8395d27b3df4ec1641a6407cb466 (diff) | |
| download | forums-53f186d96bc6dd3c5870201562116e17d008d64b.tar forums-53f186d96bc6dd3c5870201562116e17d008d64b.tar.gz forums-53f186d96bc6dd3c5870201562116e17d008d64b.tar.bz2 forums-53f186d96bc6dd3c5870201562116e17d008d64b.tar.xz forums-53f186d96bc6dd3c5870201562116e17d008d64b.zip | |
Merge branch 'prep-release-3.2.1' into 3.2.x
Diffstat (limited to 'tests/text_processing')
| -rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-15261.html | 1 | ||||
| -rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-15261.txt | 1 | ||||
| -rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-15261.xml | 14 |
3 files changed, 16 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-15261.html b/tests/text_processing/tickets_data/PHPBB3-15261.html new file mode 100644 index 0000000000..b563052b47 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15261.html @@ -0,0 +1 @@ +foo **** baz
\ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-15261.txt b/tests/text_processing/tickets_data/PHPBB3-15261.txt new file mode 100644 index 0000000000..a8c4a05c10 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15261.txt @@ -0,0 +1 @@ +foo <bar> baz
\ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-15261.xml b/tests/text_processing/tickets_data/PHPBB3-15261.xml new file mode 100644 index 0000000000..c0d0f395a1 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15261.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<dataset> + <table name="phpbb_words"> + <column>word_id</column> + <column>word</column> + <column>replacement</column> + + <row> + <value>1</value> + <value><*></value> + <value>****</value> + </row> + </table> +</dataset> |
