From 2ec93c8a2da2531755078ab6d5a65a96e26cf4c2 Mon Sep 17 00:00:00 2001 From: Sebastian Zenker Date: Thu, 31 Jan 2019 02:14:27 +0100 Subject: THRIFT-4763: HTML compiler produces invalid HTML document (#1720) * HTML: the html generator did generate a closing tag without a match * THRIFT-4763: added HTML test and fixed up additional HTML generation issues --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 729e9bfc1..6393ee712 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "eslint": "^5.7.0", "eslint-config-prettier": "^3.1.0", "eslint-plugin-prettier": "^3.0.0", + "html-validator-cli": "^4.1.4", "istanbul": "^0.4.5", "jsdoc": "^3.5.5", "json-int64": "^1.0.0", -- cgit v1.2.1