diff options
author | Yorhel <git@yorhel.nl> | 2018-01-06 14:44:48 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2018-01-06 14:44:48 +0100 |
commit | e3858af7c3057a12a36c47e3fd50009f4af81c3a (patch) | |
tree | 74c437846887a238165a96b6b0c63b88ca1db548 /util | |
parent | 11963a54f3e86812e9bd3f542da57d1163c9d5ff (diff) |
BBCode: Fix word boundary check when dblink is the first token
Diffstat (limited to 'util')
-rwxr-xr-x | util/bbcode-test.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/bbcode-test.pl b/util/bbcode-test.pl index 1b8650cf..07133aca 100755 --- a/util/bbcode-test.pl +++ b/util/bbcode-test.pl @@ -109,6 +109,11 @@ my @tests = ( '<a href="/v17">v17</a> text dds16v21 more text1 <a href="/v9">v9</a>', 'v17 text dds16v21 more text1 v9', + # https://vndb.org/t2520.231 + 'pov1', + 'pov1', + 'pov1', + # Not sure what to do here #'http://some[raw].pointlessly[/raw].unusual.domain/', #'<a href="http://some.pointlessly.unusual.domain/" rel="nofollow">link</a>', |