bla
This commit is contained in:
@ -2,7 +2,7 @@ div.sidebar {
|
|||||||
float: right;
|
float: right;
|
||||||
min-width: 15%;
|
min-width: 15%;
|
||||||
padding: 0pt 5pt 5pt 5pt;
|
padding: 0pt 5pt 5pt 5pt;
|
||||||
font-family: helvetica;
|
font-family: verdana, arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sidebar-title {
|
div.sidebar-title {
|
||||||
@ -56,7 +56,7 @@ body {
|
|||||||
margin-bottom: 10%;
|
margin-bottom: 10%;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
font-family: helvetica;
|
font-family: verdana, arial;
|
||||||
background-image: url(bg.png);
|
background-image: url(bg.png);
|
||||||
background-position: top left;
|
background-position: top left;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|||||||
@ -713,8 +713,14 @@
|
|||||||
(lisp (slurp-test (merge-pathnames href test-directory)))
|
(lisp (slurp-test (merge-pathnames href test-directory)))
|
||||||
(cxml::*validate* nil))
|
(cxml::*validate* nil))
|
||||||
(print lisp)
|
(print lisp)
|
||||||
|
(fresh-line)
|
||||||
(when lisp
|
(when lisp
|
||||||
(funcall (compile nil lisp)))))
|
(funcall (compile nil lisp)))))
|
||||||
|
|
||||||
#+(or)
|
#+(or)
|
||||||
(run-all-tests "~/src/2001/DOM-Test-Suite/")
|
(domtest::run-all-tests "/home/david/2001/DOM-Test-Suite/")
|
||||||
|
|
||||||
|
#+(or)
|
||||||
|
(domtest::run-test "/home/david/2001/DOM-Test-Suite/"
|
||||||
|
1
|
||||||
|
"attrcreatedocumentfragment.xml")
|
||||||
|
|||||||
@ -206,4 +206,4 @@
|
|||||||
t)))
|
t)))
|
||||||
|
|
||||||
#+(or)
|
#+(or)
|
||||||
(xmlconf::dribble-tests "/home/david/2001/XML-Test-Suite/xmlconf/")
|
(xmlconf::run-all-tests "/home/david/2001/XML-Test-Suite/xmlconf/")
|
||||||
|
|||||||
Reference in New Issue
Block a user