Files
side-by-side/source/documents/tests.html.jade
T
Vit Brunner 8c777c5301 Switch to tabs for indentation
I got drunk, read the coffeescript style guide, and decided to use
spaces. Spaces for indentation is still as bad an idea as it ever were,
and this is not a coffeescript project - it's multilingual, hence using
coffeescript conventions is pointless.
2013-06-15 16:55:27 +01:00

18 lines
472 B
Plaintext

doctype 5
html
head
title Side By Side test suite
meta(charset="utf-8")
include _scripts.html.jade
// test scripts
link(rel="stylesheet", type="text/css", href="//cdnjs.cloudflare.com/ajax/libs/qunit/1.11.0/qunit.css")
script(src="//cdnjs.cloudflare.com/ajax/libs/qunit/1.11.0/qunit.js")
script(src="scripts/tests/reader/_abstract.js")
script(src="scripts/tests/reader/markdown.js")
script(src="scripts/tests/reader/json.js")
body
div(id="qunit")