diff --git a/lib/oga/xml/lexer.rl b/lib/oga/xml/lexer.rl index 325403b..1e8ea96 100644 --- a/lib/oga/xml/lexer.rl +++ b/lib/oga/xml/lexer.rl @@ -259,11 +259,11 @@ module Oga # Machine for processing double quoted strings. string_dquote := |* - ^dquote+ => { - emit(:T_STRING, ts, te) - }; + ^dquote+ => { + emit(:T_STRING, ts, te) + }; - dquote => { fret; }; + dquote => { fret; }; *|; # Machine for processing single quoted strings.