Files
pre-commit-hooks/testing/resources/duplicate_key_json.notjson
Iago Alonso fed8b6debb Rename file causing check-json to fail
- `mv duplicated_key_json.{json,notjson}`
- change reference to the file in `tests/check_json_test.py`

Fixes #600
2021-05-15 12:31:33 +02:00

5 lines
48 B
Plaintext

{
"hello": "world",
"hello": "planet"
}