summaryrefslogtreecommitdiff
path: root/external/contributions/Google/sputnik_conformance_modified/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'external/contributions/Google/sputnik_conformance_modified/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T2.js')
-rw-r--r--external/contributions/Google/sputnik_conformance_modified/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T2.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/contributions/Google/sputnik_conformance_modified/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T2.js b/external/contributions/Google/sputnik_conformance_modified/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T2.js
new file mode 100644
index 000000000..c54fc31ab
--- /dev/null
+++ b/external/contributions/Google/sputnik_conformance_modified/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T2.js
@@ -0,0 +1,12 @@
+// Copyright 2009 the Sputnik authors. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+
+/**
+ * @name: S7.7_A2_T2;
+ * @section: 7.7;
+ * @assertion: Punctuator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits;
+ * @description: Try to use () as Unicode \u00281\u0029;
+ * @negative
+*/
+
+\u00281\u0029;