summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser')
-rw-r--r--test/fixtures/style_parser/paint-nonobject.info.json7
-rw-r--r--test/fixtures/style_parser/paint-nonobject.style.json8
2 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/style_parser/paint-nonobject.info.json b/test/fixtures/style_parser/paint-nonobject.info.json
new file mode 100644
index 0000000000..c9ae97efd8
--- /dev/null
+++ b/test/fixtures/style_parser/paint-nonobject.info.json
@@ -0,0 +1,7 @@
+{
+ "default": {
+ "log": [
+ [1, "WARNING", "ParseStyle", "paint must be an object"]
+ ]
+ }
+}
diff --git a/test/fixtures/style_parser/paint-nonobject.style.json b/test/fixtures/style_parser/paint-nonobject.style.json
new file mode 100644
index 0000000000..24ec89eda5
--- /dev/null
+++ b/test/fixtures/style_parser/paint-nonobject.style.json
@@ -0,0 +1,8 @@
+{
+ "version": 8,
+ "layers": [{
+ "id": "background",
+ "type": "background",
+ "paint": true
+ }]
+}