We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dee12 commit c89992fCopy full SHA for c89992f
lib/rexml/parsers/streamparser.rb
@@ -36,8 +36,8 @@ def parse
36
@listener.tag_end( event[1] )
37
@tag_stack.pop
38
when :text
39
- normalized = @parser.unnormalize( event[1] )
40
- @listener.text( normalized )
+ unnormalized = @parser.unnormalize( event[1] )
+ @listener.text( unnormalized )
41
when :processing_instruction
42
@listener.instruction( *event[1,2] )
43
when :start_doctype
0 commit comments