summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-24 16:44:40 +0000
committeruckelman <uckelman@nomic.net>2010-04-24 16:44:40 +0000
commita4812731b3cc74849d2501d2b45fb5580b7847bb (patch)
treefcb864a121e66e6c1d1f98c70928f072d645421a /test
parent6a5ea85af78be848137819d92c3691c1fd592e7d (diff)
Missing brace.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6733 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r--test/unbbcodeTest.php2
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)
);
}
+}
+
?>