summaryrefslogtreecommitdiff
path: root/external/contributions/Google/sputnik_conformance_modified/08_Types/8.4_The_String_Type/S8.4_A11.js
diff options
context:
space:
mode:
Diffstat (limited to 'external/contributions/Google/sputnik_conformance_modified/08_Types/8.4_The_String_Type/S8.4_A11.js')
-rw-r--r--external/contributions/Google/sputnik_conformance_modified/08_Types/8.4_The_String_Type/S8.4_A11.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/contributions/Google/sputnik_conformance_modified/08_Types/8.4_The_String_Type/S8.4_A11.js b/external/contributions/Google/sputnik_conformance_modified/08_Types/8.4_The_String_Type/S8.4_A11.js
new file mode 100644
index 000000000..fb0b9c9d3
--- /dev/null
+++ b/external/contributions/Google/sputnik_conformance_modified/08_Types/8.4_The_String_Type/S8.4_A11.js
@@ -0,0 +1,15 @@
+// Copyright 2009 the Sputnik authors. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+
+/**
+* @name: S8.4_A11;
+* @section: 8.4, 7.8.4;
+* @assertion: Presence of reserved words in string literal are allowed;
+* @description: Create string variable, thet include all reserved words;
+*/
+
+//////////////////////////////////////////////////////////////////////////////
+//CHECK#1
+var __delete=" break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof ";
+//
+//////////////////////////////////////////////////////////////////////////////