From af20c4d0d11e8d76a5840ae5973bc1e8735d5aaa Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Wed, 6 Nov 2013 19:58:27 -0500 Subject: Cleaning up the sarcasm tag parsing. --- test/HTML5/Html5Test.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/HTML5/Html5Test.php') diff --git a/test/HTML5/Html5Test.php b/test/HTML5/Html5Test.php index 1d3d7ab..4e7c300 100644 --- a/test/HTML5/Html5Test.php +++ b/test/HTML5/Html5Test.php @@ -201,11 +201,13 @@ class Html5Test extends TestCase { Big rectangle thing 40 80 - "); + + um, yeah"); $this->assertEmpty($dom->errors); $markup = \HTML5::saveHTML($dom); $this->assertRegExp('|Big rectangle thing|',$markup); + $this->assertRegExp('|um, yeah|',$markup); } public function testElements() { -- cgit v1.2.3