git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8d7ad
)
Added a way to run the test suite as an XHTML page.
author
John Resig
<jeresig@gmail.com>
Mon, 19 Jan 2009 18:14:51 +0000
(18:14 +0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 19 Jan 2009 18:14:51 +0000
(18:14 +0000)
test/xhtml.php
[new file with mode: 0644]
patch
|
blob
diff --git a/test/xhtml.php
b/test/xhtml.php
new file mode 100644
(file)
index 0000000..
1d2872e
--- /dev/null
+++ b/
test/xhtml.php
@@ -0,0
+1,5
@@
+<?php
+ # Load and run the test suite as a proper XHTML page
+ header("Content-type: application/xhtml+xml");
+ readfile("index.html");
+?>