From bd403755d0617a3774db45a821b8fb644ade956a Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 May 2014 10:58:08 +0000 Subject: remove trailing spaces git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/trans/escape.trans | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'enc/trans/escape.trans') diff --git a/enc/trans/escape.trans b/enc/trans/escape.trans index 550e4ac767..c76ffa0e06 100644 --- a/enc/trans/escape.trans +++ b/enc/trans/escape.trans @@ -6,19 +6,19 @@ end transcode_tblgen("", "amp_escape", [ - ["{00-25,27-FF}", :nomap], + ["{00-25,27-FF}", :nomap], ["26", hexstr("&")] ], nil) transcode_tblgen("", "xml_text_escape", [ - ["{00-25,27-3B,3D,3F-FF}", :nomap], + ["{00-25,27-3B,3D,3F-FF}", :nomap], ["26", hexstr("&")], ["3C", hexstr("<")], ["3E", hexstr(">")] ], nil) transcode_tblgen("", "xml_attr_content_escape", [ - ["{00-21,23-25,27-3B,3D,3F-FF}", :nomap], + ["{00-21,23-25,27-3B,3D,3F-FF}", :nomap], ["22", hexstr(""")], ["26", hexstr("&")], ["3C", hexstr("<")], -- cgit v1.2.3