lib/figtree/parser.rb in figtree-2.0.0 vs lib/figtree/parser.rb in figtree-2.0.1

- old
+ new

@@ -8,10 +8,9 @@ include IPv6 rule(:eof) { any.absent? } rule(:group_title) { match('[a-zA-Z_]').repeat(1) } rule(:space) { (match("\s") | str(' ')) } - rule(:spaces) { (space.repeat(2) | comment) } rule(:newline) { str("\n") >> match("\r").maybe } rule(:terminator) do space.repeat(0) >> (comment | newline | eof) end rule(:backslash) do