-
-
Save virajkulkarni14/eb7b08c42f5c2c64ac21d991fc7ae9cd to your computer and use it in GitHub Desktop.
Revisions
-
MarkTiedemann created this gist
Dec 13, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ .PHONY: test test: node ndjson_validator.js < good.ndjson ! node ndjson_validator.js < bad.ndjson