forked from cucumber/common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cucumber#1228: Added explicit checks for Null on JsonObject
This fix works around the limitation of minimal-json, that null as default is not handled (see ralfstx/minimal-json#103 (comment))
- Loading branch information
Kathrin Geilmann
committed
Oct 26, 2020
1 parent
3e73553
commit c63f3b2
Showing
4 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
GO_SERVER_URL=https://cihost.com/path/to/the/build | ||
GO_REVISION=decafbad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"git": { | ||
"revision": "decafbad" | ||
}, | ||
"name": "GoCD", | ||
"url": "https://cihost.com/path/to/the/build/???" | ||
} |