mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
3ace29999b
[misc] import latex log parser GitOrigin-RevId: 2f02af8a58c130f97de51b952456b7a9615d4ed6
19 lines
653 B
HTML
19 lines
653 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>LaTeX Parser Tests</title>
|
|
<script src="jquery-1.7.2.min.js" type="text/javascript"></script>
|
|
<script src="qunit.js" type="text/javascript"></script>
|
|
<link rel="stylesheet" href="qunit.css"></link>
|
|
<script src="require.js" data-main="tests.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 id="qunit-header">LaTeX Parser</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture">test markup, will be hidden</div>
|
|
</body>
|
|
</html>
|