We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I made a ruby file with the following contents: regex = /[#$]/ puts "Successfully parsed regex"
benjamm.desktop% ruby regex_test.rb Successfully parsed regex
benjamm.desktop% jruby regex_test.rb SyntaxError: regex_test.rb:1: syntax error, unexpected null regex = /[#$]/
I am using JRuby version: jruby 1.7.11 (1.9.3p392) 2015-04-17 fffffff on Java HotSpot(TM) 64-Bit Server VM 1.8.0_45-b14 +indy [linux-amd64]
The text was updated successfully, but these errors were encountered:
it works with jruby-1.7.20
Sorry, something went wrong.
No branches or pull requests
I made a ruby file with the following contents:
regex = /[#$]/
puts "Successfully parsed regex"
benjamm.desktop% ruby regex_test.rb
Successfully parsed regex
benjamm.desktop% jruby regex_test.rb
SyntaxError: regex_test.rb:1: syntax error, unexpected null
regex = /[#$]/
I am using JRuby version:
jruby 1.7.11 (1.9.3p392) 2015-04-17 fffffff on Java HotSpot(TM) 64-Bit Server VM 1.8.0_45-b14 +indy [linux-amd64]
The text was updated successfully, but these errors were encountered: