Ticket #162 (new defect)

Opened 2 months ago

Document#write calls for a Formatter with the wrong number of arguments

Reported by: fbuilesv Owned by: ser
Priority: high Milestone:
Component: DOM Version: 3.1.6
Severity: normal Keywords:
Cc: Ruby version: 1.8.6
Operating system: Linux

Description

In document:188

  REXML::Formatters::Transitive.new( indent, ie_hack )

But Transitive only receives one argument (indent). transitive:17

  class Transitive < Default
    def initialize( indentation=2 )

This affects 1.8.6 and 1.9.

Note: See TracTickets for help on using tickets.