Chromium Code Reviews| Index: test/mjsunit/harmony/templates.js |
| diff --git a/test/mjsunit/harmony/templates.js b/test/mjsunit/harmony/templates.js |
| index 3baf05eb5d0583734e09a4896663f49119742438..92c1ba057eb97b29500d224ee8cf7812ad20197e 100644 |
| --- a/test/mjsunit/harmony/templates.js |
| +++ b/test/mjsunit/harmony/templates.js |
| @@ -401,9 +401,7 @@ var obj = { |
| assertEquals("안녕", callSites[0][0]); |
| assertEquals("\\uc548\\ub155", callSites[0].raw[0]); |
| assertEquals("안녕", callSites[1][0]); |
| - // TODO(caitp, arv): blocked on correctly generating raw strings from |
| - // multi-byte UTF8. |
| - // assertEquals("안녕", callSites[1].raw[0]); |
| + assertEquals("안녕", callSites[1].raw[0]); |
|
mathias
2014/11/25 14:45:00
May want to test UTF-8 encoded symbols that take u
caitp (gmail)
2014/11/26 14:12:01
It's not necessarily guaranteed that there is any
|
| })(); |