You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
570 B
HTML
20 lines
570 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>PEG.js Test Suite</title>
|
|
<link rel="stylesheet" href="../vendor/qunit/qunit.css">
|
|
<script src="../vendor/qunit/qunit.js"></script>
|
|
<script src="../lib/peg.js"></script>
|
|
<script src="compiler-test.js"></script>
|
|
<script src="parser-test.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">PEG.js Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
</body>
|
|
</html>
|