Add a test that access a property name in its unicode escaped form.
authorfeng.qian.v8 <feng.qian.v8@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 28 Aug 2008 18:32:52 +0000 (18:32 +0000)
committerfeng.qian.v8 <feng.qian.v8@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 28 Aug 2008 18:32:52 +0000 (18:32 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@30 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mjsunit/bugs/bug-1346700.js [new file with mode: 0644]

diff --git a/test/mjsunit/bugs/bug-1346700.js b/test/mjsunit/bugs/bug-1346700.js
new file mode 100644 (file)
index 0000000..b6f3f02
--- /dev/null
@@ -0,0 +1,2 @@
+var o = {"\u59cb\u53d1\u7ad9": 1};
+assertEquals(1, o.\u59cb\u53d1\u7ad9);