Btw, I was confused. Our use cases for putting unicode into the tests are not the same. You want the test to read \uaaaa (so you need to write "\\uaaaa" into the code), whereas in my tests I want the raw bytes of the unicode character to
be there in the test (so I could write \uaaaa if Windows liked it, but as it
doesn't, I need to write \xaa\xbb\xcc. Sry for the noise.

https://codereview.chromium.org/615813004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to