jmarrero (Joseph Marrero)
- Login: jmarrero
- Registered on: 07/21/2016
- Last sign in: 07/26/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/26/2016
-
01:06 PM Ruby Bug #12629 (Rejected): Backport issue 12609 fixed in r55726 to ruby 1.9.x
- Given the spec issue, 1.9.x will benefit of the patch too.
The issue was originally reported here:
https://bugs.ruby-lang.org/issues/12609
Was fixed in:
https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/55726
07/21/2016
-
06:23 PM Ruby Bug #12609 (Closed): rexml attribute class is using "e instead of " when replacing " for the XML character entity "
- lib/rexml/attribute.rb to_string method is using "e instead of " when replacing double quotes.
https://www.w3.org/standards/xml/core
States:
" In XML, there are only five built-in character entities: <, >, &, &...