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.
33 lines
739 B
33 lines
739 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Tests - Papa Parse</title> |
|
<link rel="stylesheet" href="tests.css"> |
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> |
|
<script src="Parser.js"></script> |
|
<script src="tests.js"></script> |
|
<script src="test-runner.js"></script> |
|
</head> |
|
<body> |
|
<h1>Papa Parse Tests</h1> |
|
|
|
<div id="status"></div> |
|
|
|
<a href="javascript:" id="expand-all">Expand all</a> |
|
· |
|
<a href="javascript:" id="collapse-all">Collapse all</a> |
|
<br> |
|
|
|
<table id="results"> |
|
<tr> |
|
<th colspan="2">Test Case</th> |
|
<th>Data</th> |
|
<th>Errors</th> |
|
<th>Config</th> |
|
<th>Input</th> |
|
<th>Expected</th> |
|
<th>Actual</th> |
|
</tr> |
|
</table> |
|
</body> |
|
</html> |