mirror of
https://github.com/wassname/side-by-side.git
synced 2026-08-21 11:21:53 +08:00
25 lines
528 B
Plaintext
25 lines
528 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
base(href="#{base}")
|
|
title Side By Side test suite
|
|
meta(charset="utf-8")
|
|
script.
|
|
html5Mode=false;
|
|
if min == true
|
|
link(rel="stylesheet", type="text/css", href="styles/test_min.css")
|
|
script(src="scripts/all_min.js")
|
|
script(src="scripts/test_min.js")
|
|
else
|
|
for script in scripts
|
|
script(src="#{script}")
|
|
|
|
for script in test_scripts
|
|
script(src="#{script}")
|
|
|
|
for style in test_styles
|
|
link(rel="stylesheet", type="text/css", href="#{style}")
|
|
|
|
body
|
|
div(id="qunit")
|