amclain (Alex McLain)
- Login: amclain
- Email: alex@alexmclain.com
- Registered on: 02/17/2015
- Last sign in: 02/18/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/17/2015
-
11:35 PM Ruby Bug #10864 (Rejected): REXML adds white space to text property when indent > -1
- The following example shows that REXML is adding white space to the text property of elements when setting the :indent option on Document#write greater than -1. The value written should be the same value read.
~~~ruby
require 'rexml/...