From 39aebf25093fc7748170597e016f190a9ebb3b3f Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Mon, 25 Jan 2016 16:24:14 +0300 Subject: [PATCH] Add Makefile task to update CM spec files --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 9ae5338..9f92ed9 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,11 @@ browserify: --preamble "/*! ${NPM_PACKAGE} ${NPM_VERSION} ${GITHUB_PROJ} @license MIT */" \ > dist/markdown-it.min.js +specsplit: + ./support/specsplit.js good ./test/fixtures/commonmark/spec.txt > ./test/fixtures/commonmark/good.txt + ./support/specsplit.js bad ./test/fixtures/commonmark/spec.txt > ./test/fixtures/commonmark/bad.txt + ./support/specsplit.js ./test/fixtures/commonmark/spec.txt + todo: grep 'TODO' -n -r ./lib 2>/dev/null || test true