opal / opal-rspec-rails

bindings between `opal-rails` and `opal-rspec`
MIT License
3 stars 2 forks source link

followed setup instructions but I get this error... #6

Closed catmando closed 5 years ago

catmando commented 7 years ago
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
catmando commented 7 years ago

problem is reproducible here: https://github.com/ruby-hyperloop/hyper-mesh/tree/hyper-operation-integration/test-app-2

catmando commented 7 years ago

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

elia commented 7 years ago

@catmando should be fixed now, can you confirm?