Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3133eda3 authored by Subbu Allamaraju's avatar Subbu Allamaraju
Browse files

Merge pull request #27 from brettz9/patch-1

HTML5
parents e9c88de2 1be28fda
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>JSONPath Tests</title>
<link rel="stylesheet" href="../node_modules/nodeunit/dist/browser/nodeunit.css" type="text/css" />
<script src="../node_modules/nodeunit/dist/browser/nodeunit.js"></script>
<script src="../lib/jsonpath.js"></script>
<script type="text/javascript">
<script>
// helper to get all the test cases
var suites = [], _testCase = nodeunit.testCase;
nodeunit.testCase = function(tc) {
......@@ -16,7 +18,7 @@
}
var module = {exports: {}};
</script>
<script type="text/javascript">
<script>
// synchronous load function for JS code, uses XMLHttpRequest abstraction from
// http://www.quirksmode.org/js/xmlhttp.html
// Since the tests are written in node.js style we need to wrap their code into
......@@ -56,4 +58,4 @@
nodeunit.run(suites);
</script>
</body>
</html>
\ No newline at end of file
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment