jazzido / mondrian-rest

A REST interface for Mondrian ROLAP server
MIT License
32 stars 8 forks source link

Fixes regex in order to pass jruby 9.1.13.0 tests #38

Closed MarcioPorto closed 6 years ago

MarcioPorto commented 6 years ago

jruby version 9.1.13.0 requires an escape for the - character.

jazzido commented 6 years ago

Thanks!