mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Add unit test for --no-ensure-ascii option
This commit is contained in:
parent
543c5c7e1a
commit
10f8bd2f22
2 changed files with 18 additions and 0 deletions
10
testing/resources/non_ascii_pretty_formatted_json.json
Normal file
10
testing/resources/non_ascii_pretty_formatted_json.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"alist": [
|
||||
2,
|
||||
34,
|
||||
234
|
||||
],
|
||||
"blah": null,
|
||||
"foo": "bar",
|
||||
"non_ascii": "中文にほんご한국어"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue