chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Fix apostrophes in text #140

Closed chinedufn closed 4 years ago

chinedufn commented 4 years ago

Previously html { Aren't } wouldn't work because text that looks like a lifetime ('t) needs to be handled differently.

While fixing this I also did some minor cleanup of the html-macro-test crate