-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathqunit.html
31 lines (31 loc) · 1.51 KB
/
qunit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>QUnit Tests for FaqBot</title>
<link rel="stylesheet" localhref="thirdparty/qunit-1.10.0.css" href="http://code.jquery.com/qunit/qunit-1.10.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script type="text/javascript" src="thirdparty/jquery-1.7.1.js"></script>
<script type="text/javascript" src="thirdparty/jquery.uri.js"></script>
<script type="text/javascript" src="thirdparty/jquery.xmlns.js"></script>
<script type="text/javascript" src="thirdparty/jquery.curie.js"></script>
<script type="text/javascript" src="thirdparty/jquery.datatype.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rdf.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rdfa.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rules.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rdf.json.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rdf.turtle.js"></script>
<script type="text/javascript" src="thirdparty/jquery.icndb.js"></script>
<script type="text/javascript" src="thirdparty/xregexp.js"></script>
<script type="text/javascript" src="thirdparty/natural.js"></script>
<script type="text/javascript" src="thirdparty/removeStopWords.js"></script>
<script src="storage.js"></script>
<script src="faq.js"></script>
<script src="thirdparty/qunit-1.10.0.js"></script>
<script src="query.js"></script>
<script src="tests.js" ></script>
</body>
</html>