opal/opal-rspec-rails

followed setup instructions but I get this error...

Closed this issue · 3 comments

Uncaught SyntaxError: Invalid regular expression: /*/_spec/: Nothing to repeat
at new RegExp (<anonymous>)
at singleton_class_alloc.TMP_5 [as $new] (regexp.rb:76)
at $QueryStringConfig.$$pattern_regexp [as $pattern_regexp] (opal-rspec-rails-runner.rb:22)
at Opal.modules.opal-rspec-rails-runner (opal-rspec-rails-runner.rb:42)
at Object.Opal.load (runtime.self.js?body=1:1957)
at spec-opal:527

okay so I went back to before this 65de277 commit and its better. That was where regex replaced the globbing.

elia commented

@catmando should be fixed now, can you confirm?