Skip to content

Commit

Permalink
Manually apply changes from PR yaml#24
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Feb 3, 2018
1 parent 4c3444d commit d77ec03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 4ABK/in.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"": "omitted key",
"http://foo.com": "",
"omitted value": "",
"http://foo.com": null,
"omitted value": null,
"unquoted": "separate"
}
2 changes: 1 addition & 1 deletion FRK4/in.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"foo": "",
"foo": null,
"": "bar"
}

0 comments on commit d77ec03

Please sign in to comment.