diff options
Diffstat (limited to 'cli/tests/badly_formatted_fixed.md')
-rw-r--r-- | cli/tests/badly_formatted_fixed.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/tests/badly_formatted_fixed.md b/cli/tests/badly_formatted_fixed.md index 359a8aead..8ba74cac3 100644 --- a/cli/tests/badly_formatted_fixed.md +++ b/cli/tests/badly_formatted_fixed.md @@ -21,3 +21,17 @@ function foo(): number { return 2; } ``` + +```jsonc +{ + // Comment in JSON + "key": "value", + "key2": "value2" +} +``` + +```json +{ + "numbers": ["1", "2"] +} +``` |