Skip to content

Commit

Permalink
test for previous patch
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-kolenic committed May 22, 2014
1 parent 0ab065a commit f932b52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ParserSyntaxTest.php
Expand Up @@ -15,13 +15,15 @@ public function testBasicRuleSyntax() {
Qux:
"a"
"b"
Tabtest: "tab"
*/
');

$parser->assertMatches('Foo', 'ab');
$parser->assertMatches('Bar', 'ab');
$parser->assertMatches('Baz', 'ab');
$parser->assertMatches('Qux', 'ab');
$parser->assertMatches('Tabtest', 'tab');
}

public function testRuleNamesCanContainHyphens() {
Expand Down

0 comments on commit f932b52

Please sign in to comment.