- removed string indexing from table generation - browser tests - expanded flow checks
		
			
				
	
	
		
			49 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <title>js-codepage tests</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="mocha.css" />
 | 
						|
    <style>
 | 
						|
      #t { font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0px 60px; font-weight: bold; }
 | 
						|
      #tt{ font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0px 60px; }
 | 
						|
      th { font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0px 60px; font-weight: bold; text-align: left; }
 | 
						|
    </style>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <h1 id="t">js-codepage Browser-based Encoding and Decoding Tests</h1>
 | 
						|
    <table id="tt">
 | 
						|
      <tr>
 | 
						|
        <th>codepage</th>
 | 
						|
        <td><a href="http://github.com/SheetJS/js-codepage">Library Source</a></td>
 | 
						|
        <td><a href="http://npm.im/codepage">"codepage" on npm</a></td>
 | 
						|
        <td><a href="https://travis-ci.org/SheetJS/js-codepage">node CI status</a></td>
 | 
						|
      </tr>
 | 
						|
    </table>
 | 
						|
    <div id="mocha"></div>
 | 
						|
    <script src="shim.js"></script>
 | 
						|
    <script src="json2.js"></script>
 | 
						|
    <script src="assert.js"></script>
 | 
						|
    <script src="mocha.js"></script>
 | 
						|
    <script type="text/javascript">
 | 
						|
      var _gaq = _gaq || [];
 | 
						|
      _gaq.push(['_setAccount', 'UA-36810333-1']);
 | 
						|
      _gaq.push(['_trackPageview']);
 | 
						|
 | 
						|
      (function() {
 | 
						|
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 | 
						|
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 | 
						|
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 | 
						|
      })();
 | 
						|
    </script>
 | 
						|
    <script>mocha.setup('bdd');</script>
 | 
						|
    <script src="dist/cpexcel.full.js"></script>
 | 
						|
    <!--[if gt IE 7]><script src="fixtures.js"></script><![endif]-->
 | 
						|
    <!--[if lte IE 7]><script src="iefix.js"></script><![endif]-->
 | 
						|
    <!--[if !IE]><!--><script src="fixtures.js"></script><!--<![endif]-->
 | 
						|
    <script src="tests.js"></script>
 | 
						|
    <script>mocha.run();</script>
 | 
						|
  </body>
 | 
						|
</html>
 |