lotus / node_modules /JSONSelect /src /test /conformance_tests.html
k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame contribute delete
420 Bytes
<!DOCTYPE html>
<html>
<head>
<title> JSONSelect conformance tests </title>
<link href='css/style.css' type='text/css' rel='stylesheet'>
</head>
<body>
These are the the official JSONQuery conformance tests. <button id="runit">run tests</button>
<div id="tests">
</div>
</body>
<script src="../jsonselect.js"></script>
<script src="js/jquery-1.6.1.min.js"></script>
<script src="js/conf_tests.js"></script>
</html>