summaryrefslogtreecommitdiff
path: root/test/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2012-02-27 16:45:56 -0800
committerDavid Fugate <dfugate@microsoft.com>2012-02-27 16:45:56 -0800
commitcfb91a29e4729535a1add2d98ecad7370cfafd56 (patch)
tree8c2f81d7554d4e008e022adb87fd2a69f28225ee /test/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js
parentb523776847e719e358f71ebc86ecbdf51170aa0d (diff)
downloadtest262-cfb91a29e4729535a1add2d98ecad7370cfafd56.tar.gz
https://bugs.ecmascript.org/show_bug.cgi?id=266 and https://bugs.ecmascript.org/show_bug.cgi?id=270 resolved.
Diffstat (limited to 'test/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js')
-rw-r--r--test/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js b/test/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js
new file mode 100644
index 000000000..5a3612621
--- /dev/null
+++ b/test/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js
@@ -0,0 +1,14 @@
+// Copyright 2009 the Sputnik authors. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+
+/**
+ * HexEscapeSequence :: x HexDigit is incorrect
+ *
+ * @path bestPractice/Sbp_7.8.4_A6.2_T1.js
+ * @description HexDigit :: 1
+ * @negative
+ */
+
+//CHECK#1
+"\x1"
+