devtools/test/data/bootstrap_cubes
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 15 May 2013 16:21:23 +0200
changeset 8978 269548f2306e
parent 2508 b1958ebed570
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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2508
b1958ebed570 rewrite .sql / .rel files, drop unnecessary entity types, explicit imports
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 439
diff changeset
     1
person