Skip to content

Instantly share code, notes, and snippets.

@calavera
Created January 10, 2011 20:34
Show Gist options
  • Save calavera/773410 to your computer and use it in GitHub Desktop.
Save calavera/773410 to your computer and use it in GitHub Desktop.
$ 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>'
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