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: * White space 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.2/S7.2_A5_T4.js michael@0: * @description Use SPACE (U+0020) michael@0: * @negative michael@0: */ michael@0: michael@0: var\u0020x; michael@0: