-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ryanhamley
committed
Nov 20, 2019
1 parent
591bf1b
commit 706e5a8
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
test/unit/style-spec/fixture/numbers.output-api-supported.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"line": 42, | ||
"message": "layers[2].paint.circle-radius: -1 is less than the minimum value 0" | ||
}, | ||
{ | ||
"message": "layers[3].paint.circle-radius: number expected, null found" | ||
}, | ||
{ | ||
"line": 58, | ||
"message": "layers[4].paint.circle-radius: missing required property \"stops\"" | ||
}, | ||
{ | ||
"line": 66, | ||
"message": "layers[5].paint.circle-radius: number expected, array found" | ||
}, | ||
{ | ||
"line": 74, | ||
"message": "layers[6].paint.circle-radius: number expected, boolean found" | ||
}, | ||
{ | ||
"line": 6, | ||
"message": "source.data: Unsupported property \"data\"" | ||
} | ||
] |