update test to add true and false values

This commit is contained in:
Mohamed Hegazy 2014-08-01 17:15:25 -07:00
parent e2b02c6bdd
commit 8956c4947c

View file

@ -3,6 +3,8 @@
////var u = /*undefined*/undefined;
////var n = /*null*/null;
////var a = function() { return /*arguments*/arguments; };
////var t = /*true*/true;
////var f = /*false*/false;
test.markers().forEach((m, i, a) => {
goTo.position(m.position, m.fileName);