stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.34k stars 221 forks source link

Removed character references for Swift 4.0.3 #199

Closed KyeMaloy97 closed 6 years ago

KyeMaloy97 commented 6 years ago

Small PR to remove compiler warnings due to 4.0.3 deprecating character references. Builds and passes all tests on Swift 4.0, and 4.0.3.

KyeMaloy97 commented 6 years ago

Duplicate PR of #196