* Fix issue with submit matching when argName used

This commit is contained in:
Bryan Ashby 2015-07-13 13:41:21 -06:00
parent 9f86bdd856
commit 316a9c8b7f
5 changed files with 15 additions and 12 deletions

View file

@ -9,6 +9,7 @@
// * http://www.bbsdocumentary.com/library/PROGRAMS/GRAPHICS/ANSI/ansisys.txt
// * http://en.wikipedia.org/wiki/ANSI_escape_code
// * https://github.com/chjj/term.js/blob/master/src/term.js
// * http://www.inwap.com/pdp10/ansicode.txt
//
var assert = require('assert');