Skip to content

Commit

Permalink
test additional whitespace too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 28, 2015
1 parent 7f13383 commit d53deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/dom.t
Expand Up @@ -1171,7 +1171,7 @@ is $dom->at('h1 ~ p ~ p')->text, 'F', 'right text';
is $dom->at('h1 + p ~ p')->text, 'F', 'right text';
is $dom->at('h1 ~ p + p')->text, 'F', 'right text';
is $dom->at('h1 + p + p')->text, 'F', 'right text';
is $dom->at('h1+p+p')->text, 'F', 'right text';
is $dom->at('h1 + p+p')->text, 'F', 'right text';
is $dom->at('ul > li ~ li')->text, 'C', 'right text';
is $dom->at('ul li ~ li')->text, 'C', 'right text';
is $dom->at('ul>li~li')->text, 'C', 'right text';
Expand Down

0 comments on commit d53deb3

Please sign in to comment.