SheetJS
0121708499
- MakeEncoding.cs program pulls from .NET encodings (tested with Windows 7) (outputs stored at dotnet/out and misc/err) - Many new codepages and improvements - coverage + coveralls - better environment handling (h/t @xch89820) - cpexcel.js for the formats recognized by excel - decode endian option removed (implicit from codepage definition) NOTE: utf7 encode can be more space efficient
21 lines
650 B
HTML
21 lines
650 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Mocha</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="ctest/mocha.css" />
|
|
</head>
|
|
<body>
|
|
<div id="mocha"></div>
|
|
<script src="ctest/assert.js"></script>
|
|
<script src="ctest/mocha.js"></script>
|
|
<script>mocha.setup('bdd');</script>
|
|
<script src="cptable.js"></script>
|
|
<script src="cputils.js"></script>
|
|
<script src="ctest/fixtures.js"></script>
|
|
<script src="ctest/tests.js"></script>
|
|
<script>mocha.run();</script>
|
|
</body>
|
|
</html>
|