devtools/test/data/js_examples/test_with_dep.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 15 May 2013 16:21:23 +0200
changeset 8978 269548f2306e
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[testlib] fix page validator selection. Closes #2869456 * use a validator that checks XML well-formness for the html5 doctype (as a convenient side-effect, it does not choke on e.g. a canvas tag like the HTMLParser does) * use a DTD validator if there is an xml declaration * else use the HTMLValidator

$(document).ready(function() {

  module("air");

  test("test 1", function() {
      equals(a, 4);
  });

});