Project-OSRM / osrm-text-instructions

Text instructions from OSRM route responses
BSD 2-Clause "Simplified" License
87 stars 61 forks source link

Add RegExp 'global' option to Russian grammar rules #228

Open yuryleb opened 6 years ago

yuryleb commented 6 years ago

Issue

Some non-JS string replace with regular expression implementations, such as Swift, always use global search option.

This PR adds this g option explicitly to Russian grammar meta block and updates tests to require g meta flags for all existing and future grammars.

Tasklist

/cc @1ec5

yuryleb commented 6 years ago

osrm-frontend (with formatToken() fix) also works.