googleapis / packman

Google API package creator
https://npmjs.com/package/googleapis-packman
Apache License 2.0
13 stars 18 forks source link

Disable HTML escaping across all templates #75

Closed geigerj closed 8 years ago

geigerj commented 8 years ago

Don't think we ever want HTML escaping, and having it on by default causes problems whenever API names contain, e.g., a hyphen.

codecov-io commented 8 years ago

Current coverage is 88.56% (diff: 100%)

Merging #75 into master will not change coverage

@@             master        #75   diff @@
==========================================
  Files             3          3          
  Lines           717        717          
  Methods         150        150          
  Messages          0          0          
  Branches        106        106          
==========================================
  Hits            635        635          
  Misses           82         82          
  Partials          0          0          

Powered by Codecov. Last update ca3577a...4410ce1

jmuk commented 8 years ago

LGTM