mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-22 13:40:40 +08:00
18 lines
538 B
Plaintext
18 lines
538 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")
|