diff options
Diffstat (limited to 'cli/tests/badly_formatted.md')
-rw-r--r-- | cli/tests/badly_formatted.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cli/tests/badly_formatted.md b/cli/tests/badly_formatted.md index adffe3e46..26afe483b 100644 --- a/cli/tests/badly_formatted.md +++ b/cli/tests/badly_formatted.md @@ -25,4 +25,22 @@ hello( "alice"); function foo(): number { return 2; } +``` + +```jsonc + +{ + // Comment in JSON + "key": "value", + "key2": + "value2", +} + +``` + +```json +{ + "numbers": + ["1", "2"] +} ```
\ No newline at end of file |