summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/import/import-assertions/json-value-array_FIXTURE.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/test262/language/import/import-assertions/json-value-array_FIXTURE.json')
-rw-r--r--js/src/tests/test262/language/import/import-assertions/json-value-array_FIXTURE.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/src/tests/test262/language/import/import-assertions/json-value-array_FIXTURE.json b/js/src/tests/test262/language/import/import-assertions/json-value-array_FIXTURE.json
new file mode 100644
index 0000000000..9520048793
--- /dev/null
+++ b/js/src/tests/test262/language/import/import-assertions/json-value-array_FIXTURE.json
@@ -0,0 +1,10 @@
+
+ [
+ -1234.500e-003,
+ true,
+ "a string value",
+ null,
+ {},
+ []
+]
+