michael@0: // Copyright 2009 the Sputnik authors. All rights reserved. michael@0: // This code is governed by the BSD license found in the LICENSE file. michael@0: michael@0: /** michael@0: * Punctuator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits michael@0: * michael@0: * @path ch07/7.7/S7.7_A2_T3.js michael@0: * @description Try to use [] as a Unicode \u005B\u005D michael@0: * @negative michael@0: */ michael@0: michael@0: \u005B\u005D; michael@0: