106b2696801712948b665372a38f96b1f10be6997machenbach@chromium.org// Copyright 2014 the V8 project authors. All rights reserved.
206b2696801712948b665372a38f96b1f10be6997machenbach@chromium.org// Use of this source code is governed by a BSD-style license that can be
306b2696801712948b665372a38f96b1f10be6997machenbach@chromium.org// found in the LICENSE file.
406b2696801712948b665372a38f96b1f10be6997machenbach@chromium.org
506b2696801712948b665372a38f96b1f10be6997machenbach@chromium.orgvar o = JSON.parse('{"\\u0030":100}');
606b2696801712948b665372a38f96b1f10be6997machenbach@chromium.orgassertEquals(100, o[0]);
7