Skip to content

Commit

Permalink
Add a test for bug #14318.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 8, 2016
1 parent 358a9aa commit e02440a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions framework/Css_Parser/test/Horde/Css/Parser/ParserTest.php
Expand Up @@ -30,4 +30,12 @@ public function testDoubleAsteriskAtBeginningOfComment()
);
}

/**
* @small
*/
public function testEmptyDocument()
{
$css = new Horde_Css_Parser('');
$this->assertEquals('', $css->compress());
}
}

0 comments on commit e02440a

Please sign in to comment.