# File lib/htmldiff.rb, line 193
    def closing_tag?(item)
      item =~ %r!^\s*</[^>]+>\s*$!
    end