diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2016-01-12 11:54:20 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2016-01-12 11:54:20 +0100 |
commit | e4dae8ed4b784d7a70a74a9ba74fb714c9eae750 (patch) | |
tree | 2ad4231ed0fc1ea6c42a2dd881e8a9ebc55e0422 /tests/text_processing/tickets_data | |
parent | 68d945e93190e04b596a819742b1d88ef5495d4a (diff) | |
download | forums-e4dae8ed4b784d7a70a74a9ba74fb714c9eae750.tar forums-e4dae8ed4b784d7a70a74a9ba74fb714c9eae750.tar.gz forums-e4dae8ed4b784d7a70a74a9ba74fb714c9eae750.tar.bz2 forums-e4dae8ed4b784d7a70a74a9ba74fb714c9eae750.tar.xz forums-e4dae8ed4b784d7a70a74a9ba74fb714c9eae750.zip |
[ticket/14405] Force a lookahead check on [URL] BBCodes
PHPBB3-14405
Diffstat (limited to 'tests/text_processing/tickets_data')
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-14405.html | 1 | ||||
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-14405.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-14405.html b/tests/text_processing/tickets_data/PHPBB3-14405.html new file mode 100644 index 0000000000..5e76e032ec --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-14405.html @@ -0,0 +1 @@ +[url=<a href="http://example.org" class="postlink">http://example.org</a>]...
\ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-14405.txt b/tests/text_processing/tickets_data/PHPBB3-14405.txt new file mode 100644 index 0000000000..7005b36b23 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-14405.txt @@ -0,0 +1 @@ +[url=http://example.org]...
\ No newline at end of file |