Commit 69b74a95 authored by feng.qian.v8's avatar feng.qian.v8

Add a test that access a property name in its unicode escaped form.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@30 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c470d9f0
var o = {"\u59cb\u53d1\u7ad9": 1};
assertEquals(1, o.\u59cb\u53d1\u7ad9);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment