diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-04-03 15:49:18 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-04-03 15:49:18 +0200 |
commit | 5ba5128ae6c3a03045745749120ab274090e0885 (patch) | |
tree | 722c387a199191c6bcb37cf18f739c62a4a1fbf1 | |
parent | 3281826a5155f50a38d8534de6956e07d9e1b72d (diff) | |
parent | 753d6dfcae95c5099078ac3134a2a56f00472d71 (diff) | |
download | forums-5ba5128ae6c3a03045745749120ab274090e0885.tar forums-5ba5128ae6c3a03045745749120ab274090e0885.tar.gz forums-5ba5128ae6c3a03045745749120ab274090e0885.tar.bz2 forums-5ba5128ae6c3a03045745749120ab274090e0885.tar.xz forums-5ba5128ae6c3a03045745749120ab274090e0885.zip |
Merge pull request #4277 from JoshyPHP/ticket/14260
[ticket/14260] Added regression test
* JoshyPHP/ticket/14260:
[ticket/14260] Added regression test
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-14260.html | 1 | ||||
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-14260.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-14260.html b/tests/text_processing/tickets_data/PHPBB3-14260.html new file mode 100644 index 0000000000..c7e7cad237 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-14260.html @@ -0,0 +1 @@ +<a href="http://example.org/article/S0883-9441%2811%290483-7/pdf" class="postlink">http://example.org/article/S0883-9441(11)0483-7/pdf</a>
\ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-14260.txt b/tests/text_processing/tickets_data/PHPBB3-14260.txt new file mode 100644 index 0000000000..f95523c00e --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-14260.txt @@ -0,0 +1 @@ +http://example.org/article/S0883-9441(11)0483-7/pdf
\ No newline at end of file |