mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
[tidy] check for duplicate keys in .json files
This commit is contained in:
parent
9b2b101d19
commit
ff4cb7f80a
3 changed files with 25 additions and 1 deletions
7
python/tidy/servo_tidy_tests/duplicate_key.json
Normal file
7
python/tidy/servo_tidy_tests/duplicate_key.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "value",
|
||||
"other_key": {
|
||||
"the_duplicated_key": 1,
|
||||
"the_duplicated_key": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue