diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unbbcodeTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unbbcodeTest.php b/test/unbbcodeTest.php index adad3c3..12d6ad9 100644 --- a/test/unbbcodeTest.php +++ b/test/unbbcodeTest.php @@ -47,4 +47,6 @@ EOF; array('[b]Test[/b]', '', false, '<b>Test</b>', null) ); } +} + ?> |