Created
January 10, 2011 20:34
-
-
Save calavera/773410 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ jdev --1.9 -S jirb | |
ruby-1.9.2-p0 > a = /[\x00-\x20%\x7F-\xFF]/ | |
SyntaxError: invalid multibyte escape: /[\x00-\x20%\x7F-\xFF]/ | |
from org/jruby/RubyKernel.java:1096:in `eval19' | |
$ irb19 | |
ruby-1.9.2-p0 > a = /[\x00-\x20%\x7F-\xFF]/ | |
SyntaxError: (irb):1: invalid multibyte escape: /[\x00-\x20%\x7F-\xFF]/ | |
from /Users/david/.rvm/rubies/ruby-1.9.2-p0/bin/irb:16:in `<main>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69) Error: | |
test_should_overwrite(MemCacheStoreTest): | |
SyntaxError: invalid multibyte escape: /[\x00-\x20%\x7F-\xFF]/ | |
org/jruby/RubyString.java:2807:in `gsub19' | |
37) Error: | |
test_xmlschema(DateTimeExtCalculationsTest): | |
ZeroDivisionError: divided by 0 | |
org/jruby/RubyFloat.java:426:in `divmod19' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment