Small line wrapping change in the lexer.

This commit is contained in:
Yorick Peterse 2014-03-12 22:42:13 +01:00
parent 98b3443e7f
commit 5ce515d224
1 changed files with 1 additions and 4 deletions

View File

@ -299,10 +299,7 @@ module Oga
};
# Attributes and their values.
element_name
%{
t(:T_ATTR, @ts, p)
}
element_name %{ t(:T_ATTR, @ts, p) }
# The value of the attribute. Attribute values are not required. e.g.
# in <p data-foo></p> data-foo would be a boolean attribute.