diff options
Diffstat (limited to 'cli/tests/050_more_jsons.ts.out')
-rw-r--r-- | cli/tests/050_more_jsons.ts.out | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cli/tests/050_more_jsons.ts.out b/cli/tests/050_more_jsons.ts.out index 0ca014a21..c3d1e5cbf 100644 --- a/cli/tests/050_more_jsons.ts.out +++ b/cli/tests/050_more_jsons.ts.out @@ -1,5 +1,9 @@ { a: 123, b: [ 1, 2, 3 ], c: null } 123 -{ $var: { a: 123, b: [ 1, 2, 3 ], c: null }, with space: "invalid variable name", function: "reserved word" } +{ + $var: { a: 123, b: [ 1, 2, 3 ], c: null }, + with space: "invalid variable name", + function: "reserved word" +} invalid variable name just a string |