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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user