summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser
diff options
context:
space:
mode:
authorTom MacWright <tom@macwright.org>2015-03-12 16:44:33 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-08-20 11:58:57 -0700
commit6df50dba45fd262d9d868802d1c49663efa656a6 (patch)
treeae256baaadf67d322cad863888d61b7b68d5b41a /test/fixtures/style_parser
parent58d6b84b2b9d0180792a36601d86e0cd5997f789 (diff)
downloadqtlocation-mapboxgl-6df50dba45fd262d9d868802d1c49663efa656a6.tar.gz
Font stacks as arrays
Diffstat (limited to 'test/fixtures/style_parser')
-rw-r--r--test/fixtures/style_parser/function-string-bool-enum.style.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/style_parser/function-string-bool-enum.style.json b/test/fixtures/style_parser/function-string-bool-enum.style.json
index 76fb9be9f4..0447990911 100644
--- a/test/fixtures/style_parser/function-string-bool-enum.style.json
+++ b/test/fixtures/style_parser/function-string-bool-enum.style.json
@@ -31,7 +31,7 @@
"source-layer": "waterway",
"layout": {
"text-font": {
- "stops": [[0, "Open Sans Regular"]]
+ "stops": [[0, ["Open Sans Regular"]]]
},
"text-keep-upright": {
"stops": [[0, false], [10, true]]