From f59999ca2e5c9005d5336667194e167f30e0f107 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 25 Apr 2010 16:36:39 +0000 Subject: Typo. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6740 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/BBCodeParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/BBCodeParserTest.php b/test/BBCodeParserTest.php index 70ca543..c48349f 100644 --- a/test/BBCodeParserTest.php +++ b/test/BBCodeParserTest.php @@ -19,7 +19,7 @@ class BBCodeParserTest extends PHPUnit_Framework_TestCase { array('', '3i2cqt66', '', null), array('[b:3i2cqt66]This is a[/b:3i2cqt66] test of [i:3i2cqt66]the BBCode[/i:3i2cqt66] parser. Will [u:3i2cqt66][i:3i2cqt66]it[/i:3i2cqt66][/u:3i2cqt66] parse? Also, throw in some difficult characters: 1 < 2 < 4 > 3.', '3i2cqt66', '__This is a__ test of _the BBCode_ parser. Will ___it___ parse? Also, throw in some difficult characters: 1 < 2 < 4 > 3.', null) ); - }; + } } ?> -- cgit v1.2.3