mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/10620] Added tests
PHPBB3-10620
This commit is contained in:
@@ -175,6 +175,36 @@ class phpbb_textformatter_s9e_utils_test extends phpbb_test_case
|
||||
),
|
||||
'[quote=user post_id=123 url=http://example.org]...[/quote]',
|
||||
),
|
||||
array(
|
||||
'...',
|
||||
array('author' => ' '),
|
||||
'[quote=" "]...[/quote]',
|
||||
),
|
||||
array(
|
||||
'...',
|
||||
array('author' => 'foo bar'),
|
||||
'[quote="foo bar"]...[/quote]',
|
||||
),
|
||||
array(
|
||||
'...',
|
||||
array('author' => '\\'),
|
||||
'[quote="\\\\"]...[/quote]',
|
||||
),
|
||||
array(
|
||||
'...',
|
||||
array('author' => '[quote="foo"]'),
|
||||
'[quote=\'[quote="foo"]\']...[/quote]',
|
||||
),
|
||||
array(
|
||||
'...',
|
||||
array('author' => '""'),
|
||||
'[quote=\'""\']...[/quote]',
|
||||
),
|
||||
array(
|
||||
'...',
|
||||
array('author' => "''"),
|
||||
'[quote="\'\'"]...[/quote]',
|
||||
),
|
||||
array(
|
||||
'This is a long quote that is definitely going to exceed 80 characters',
|
||||
array(),
|
||||
|
Reference in New Issue
Block a user