Skip to content

Instantly share code, notes, and snippets.

@virajkulkarni14
Forked from MarkTiedemann/Makefile
Created May 27, 2020 07:18
Show Gist options
  • Save virajkulkarni14/eb7b08c42f5c2c64ac21d991fc7ae9cd to your computer and use it in GitHub Desktop.
Save virajkulkarni14/eb7b08c42f5c2c64ac21d991fc7ae9cd to your computer and use it in GitHub Desktop.

Revisions

  1. @MarkTiedemann MarkTiedemann created this gist Dec 13, 2019.
    4 changes: 4 additions & 0 deletions Makefile
    Original 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