Skip to content

Commit

Permalink
One more test
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 30, 2022
1 parent 87bb5b7 commit ba9fcbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/format/json/json/__snapshots__/jsfmt.spec.js.snap
Expand Up @@ -2176,6 +2176,7 @@ trailingComma: "all"
=====================================input======================================
{
a: '',
null: '',
0: '',
1e2: '',
1.0e+2: '',
Expand All @@ -2199,6 +2200,7 @@ trailingComma: "all"
=====================================output=====================================
{
"a": "",
"null": "",
"0": "",
1e2: "",
1.0e2: "",
Expand Down Expand Up @@ -2231,6 +2233,7 @@ trailingComma: "all"
=====================================input======================================
{
a: '',
null: '',
0: '',
1e2: '',
1.0e+2: '',
Expand All @@ -2254,6 +2257,7 @@ trailingComma: "all"
=====================================output=====================================
{
a: "",
null: "",
0: "",
1e2: "",
1.0e2: "",
Expand Down Expand Up @@ -2285,6 +2289,7 @@ printWidth: 80
=====================================input======================================
{
a: '',
null: '',
0: '',
1e2: '',
1.0e+2: '',
Expand All @@ -2308,6 +2313,7 @@ printWidth: 80
=====================================output=====================================
{
"a": "",
"null": "",
"0": "",
1e2: "",
1.0e2: "",
Expand Down Expand Up @@ -2339,6 +2345,7 @@ printWidth: 80
=====================================input======================================
{
a: '',
null: '',
0: '',
1e2: '',
1.0e+2: '',
Expand All @@ -2362,6 +2369,7 @@ printWidth: 80
=====================================output=====================================
{
a: "",
null: "",
0: "",
1e2: "",
1.0e2: "",
Expand Down Expand Up @@ -2393,6 +2401,7 @@ printWidth: 80
=====================================input======================================
{
a: '',
null: '',
0: '',
1e2: '',
1.0e+2: '',
Expand All @@ -2416,6 +2425,7 @@ printWidth: 80
=====================================output=====================================
{
"a": "",
"null": "",
"0": "",
"100": "",
"100": "",
Expand Down
1 change: 1 addition & 0 deletions tests/format/json/json/propertyKey.json
@@ -1,5 +1,6 @@
{
a: '',
null: '',
0: '',
1e2: '',
1.0e+2: '',
Expand Down

0 comments on commit ba9fcbf

Please sign in to comment.