# File lib/html5/html5parser/trailing_end_phase.rb, line 17 def processCharacters(data) parse_error("expected-eof-but-got-char") @parser.phase = @parser.last_phase @parser.phase.processCharacters(data) end