Skip to content

Commit

Permalink
fixing HAS token in the tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Dec 6, 2009
1 parent 6b6bf52 commit b7ec221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nokogiri/css/tokenizer.rex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rule
# [:state] pattern [actions]
\has\({w} { [:HAS, text] }
has\({w} { [:HAS, text] }
{ident}\({w} { [:FUNCTION, text] }
{ident} { [:IDENT, text] }
\#{name} { [:HASH, text] }
Expand Down

0 comments on commit b7ec221

Please sign in to comment.