From d4314719d42f7380e45f13b0676be4d6e0b09aae Mon Sep 17 00:00:00 2001 From: zzak Date: Mon, 22 Jul 2013 23:15:15 +0000 Subject: * lib/rexml/streamlistener.rb: [DOC] Fix examples in REXML::StreamListener#entitydecl patch by Ippei Obayashi [Bug #8665] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/streamlistener.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/rexml') diff --git a/lib/rexml/streamlistener.rb b/lib/rexml/streamlistener.rb index 619c529578..8805ffba4d 100644 --- a/lib/rexml/streamlistener.rb +++ b/lib/rexml/streamlistener.rb @@ -57,17 +57,17 @@ module REXML # declaration. It can be in a number of formats, but in general it # returns (example, result): # - # ["%", "YN", "'\"Yes\"'", "\""] + # ["YN", "\"Yes\"", "%"] # - # ["%", "YN", "'Yes'", "s"] + # ["YN", "Yes", "%"] # - # ["WhatHeSaid", "\"He said %YN;\"", "YN"] + # ["WhatHeSaid", "He said %YN;"] # - # ["open-hatch", "SYSTEM", "\"http://www.textuality.com/boilerplate/OpenHatch.xml\""] + # ["open-hatch", "SYSTEM", "http://www.textuality.com/boilerplate/OpenHatch.xml"] # - # ["open-hatch", "PUBLIC", "\"-//Textuality//TEXT Standard open-hatch boilerplate//EN\"", "\"http://www.textuality.com/boilerplate/OpenHatch.xml\""] + # ["open-hatch", "PUBLIC", "-//Textuality//TEXT Standard open-hatch boilerplate//EN", "http://www.textuality.com/boilerplate/OpenHatch.xml"] # - # ["hatch-pic", "SYSTEM", "\"../grafix/OpenHatch.gif\"", "\n\t\t\t\t\t\t\tNDATA gif", "gif"] + # ["hatch-pic", "SYSTEM", "../grafix/OpenHatch.gif", "gif"] def entitydecl content end # -- cgit v1.2.3