Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > b47e700421bff7b8d79919bc89d08a4f > files > 69

nodeunit-0.9.1-5.mga7.noarch.rpm

this.suite3 = {
    'test for ie6,7,8': function (test) {
        test.deepEqual(["test"], ["test"]);
        test.notDeepEqual(["a"], ["b"]);
        test.done();
    }
};