"\b".inspect gives "\010" instead of "\b" like in MRI ruby
----------------------------------------------------------
Key: JRUBY-1727
URL: http://jira.codehaus.org/browse/JRUBY-1727
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.1b1
Reporter: Rutger Nijlunsing
Priority: Minor
Different behaviour between Ruby 1.8.6 and JRuby 1.1b1:
irb(main):001:0> "\b"
=> "\b"
jirb(main):001:0> "\b"
=> "\010"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email