Files
openide/json/tests/testData/highlighting/JsoncComplianceProblems.jsonc
Alex Bashkatov 635a04ce33 WEB-53334: useless filetype removed; jsonc compliance problems test added
GitOrigin-RevId: c8c46880e28686595db3249c375d0ffb8f89cd00
2023-06-27 16:39:12 +00:00

4 lines
195 B
JSON

{
"key1": "foo",
<error descr="JSON standard allows only double quoted string as property key"><error descr="JSON standard does not allow single quoted strings">'key2'</error></error>: null
}