djc / rnc2rng

RELAX NG Compact to regular syntax conversion library
MIT License
16 stars 13 forks source link

Add support for (non-local) URLs. #18

Closed stefanseefeld closed 4 years ago

stefanseefeld commented 4 years ago

This addresses https://github.com/djc/rnc2rng/issues/17.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.3%) to 86.335% when pulling 3c2ac8278109ef58821363a3a25fdc9d94475b7b on stefanseefeld:url into 2b2c3c7c7f6a59055e68aea53769028609b469e9 on djc:master.

stefanseefeld commented 4 years ago

I'm a bit surprised about the apparent drop in coverage, as I added a test that covers the new code paths. Note that this PR also addresses a few warnings caused by unprotected strings containing escape sequences.

djc commented 4 years ago

LGTM, thanks!