1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-25 18:47:56 +00:00

working on tests :^P

This commit is contained in:
Steven Hugg
2018-06-30 08:26:41 -06:00
parent d146a7adee
commit 4595ab7a31
5 changed files with 141 additions and 19 deletions
+1
View File
@@ -31,6 +31,7 @@ function doBuild(msgs, callback, outlen, nlines, nerrors) {
var i = 0;
for (var key in msg.listings) {
var listing = msg.listings[key];
//console.log(listing);
assert.equal(listing.lines.length, nlines[i++], "listing lines");
}
}