Currently template compiler treats all rust white-spaces (a.k.a. the white space section in unicode prop-list) as white-spaces. Actually this is not the same behavior as browsers.
Only white-spaces in ASCII range should be treated as template white-spaces.
Currently template compiler treats all rust white-spaces (a.k.a. the white space section in unicode prop-list) as white-spaces. Actually this is not the same behavior as browsers.
Only white-spaces in ASCII range should be treated as template white-spaces.