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_T4.js michael@0: * @description Try to use ; as a Unicode \u003B michael@0: * @negative michael@0: */ michael@0: michael@0: \u003B; michael@0: