You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
773 B
34 lines
773 B
11 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
11 years ago
|
<title>Papa Parse Tests</title>
|
||
|
<meta charset="utf-8">
|
||
11 years ago
|
<link rel="stylesheet" href="tests.css">
|
||
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
|
||
11 years ago
|
<script src="../papaparse.js"></script>
|
||
|
<script src="test-cases.js"></script>
|
||
11 years ago
|
<script src="test-runner.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Papa Parse Tests</h1>
|
||
11 years ago
|
|
||
11 years ago
|
<div id="status"></div>
|
||
11 years ago
|
|
||
11 years ago
|
<a href="javascript:" id="expand-all">Expand all</a>
|
||
|
·
|
||
|
<a href="javascript:" id="collapse-all">Collapse all</a>
|
||
|
<br>
|
||
11 years ago
|
|
||
|
<table id="results">
|
||
|
<tr>
|
||
11 years ago
|
<th colspan="2">Test Case</th>
|
||
|
<th>Data</th>
|
||
|
<th>Errors</th>
|
||
11 years ago
|
<th>Config</th>
|
||
11 years ago
|
<th>Input</th>
|
||
11 years ago
|
<th>Expected</th>
|
||
|
<th>Actual</th>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|