mapbox / nepomuk

A public transit router for GTFS feeds (currently only static) written in modern c++
MIT License
24 stars 8 forks source link

fix annotation to use escaped strings #167

Closed MoKob closed 7 years ago

MoKob commented 7 years ago

Annotations in PBF form didn't use proper escaping. This PR fixes the escape format.

codecov-io commented 7 years ago

Codecov Report

Merging #167 into master will increase coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   94.87%   94.88%   +<.01%     
==========================================
  Files         135      135              
  Lines        3353     3340      -13     
  Branches      300      299       -1     
==========================================
- Hits         3181     3169      -12     
  Misses         32       32              
+ Partials      140      139       -1