Skip to content

Commit

Permalink
Add variations to constant expression test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker committed Apr 6, 2018
1 parent f9150b1 commit a41bbaf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"layout": {
"text-field": "ABCD",
"text-font": ["array", "string", ["literal", ["Open Sans Semibold", "Arial Unicode MS Bold"]]]
},
"paint": {
"text-color": ["get", "color", ["literal", {"color": "black"}]],
"text-opacity": ["let", "opacity", 1, ["var", "opacity"]]
}
}]
}

0 comments on commit a41bbaf

Please sign in to comment.