patbenatar / rbexy

A Ruby template language and component framework inspired by JSX and React
MIT License
34 stars 5 forks source link

Lexer fails on UTF-8 characters #68

Closed patbenatar closed 3 years ago

patbenatar commented 3 years ago

image

This fails:

<p>We’ll</p>

It does appear to work when passed as children to a component, but not a standard HTML element.