forked from sheetjs/sheetjs
actually remove test_files submodule
This commit is contained in:
parent
b61eed74fc
commit
2669c7cf1c
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,4 +0,0 @@
|
||||
[submodule "test_files"]
|
||||
path = test_files
|
||||
url = https://github.com/SheetJS/test_files
|
||||
ignore = dirty
|
@ -31,9 +31,6 @@ encodings for XLS and other legacy spreadsheet formats
|
||||
|
||||
- [`dta`](packages/dta): Stata DTA file processor
|
||||
|
||||
- [`test_files`](https://github.com/sheetjs/test_files): Test files and various
|
||||
plaintext baselines.
|
||||
|
||||
## License
|
||||
|
||||
Please consult the attached LICENSE file for details. All rights not explicitly
|
||||
|
@ -13,8 +13,8 @@ a { text-decoration: none }
|
||||
<pre>
|
||||
<b><a href="http://sheetjs.com">SSF (Spreadsheet Number Format) Live Demo</a></b>
|
||||
|
||||
<a href="https://github.com/SheetJS/ssf">Source Code Repo</a>
|
||||
<a href="https://github.com/SheetJS/ssf/issues">Issues? Something look weird? Click here and report an issue</a>
|
||||
<a href="https://git.sheetjs.com/sheetjs/sheetjs/src/branch/master/packages/ssf">Source Code Repo</a>
|
||||
<a href="https://git.sheetjs.com/SheetJS/sheetjs/issues">Issues? Something look weird? Click here and report an issue</a>
|
||||
</pre>
|
||||
<table>
|
||||
<tr><td><b>Format code:</b></td><td><input type="text" id="fmt" value="General"></td></tr>
|
||||
|
@ -1446,7 +1446,7 @@ SSF.load_table = function load_table(tbl/*:{[n:number]:string}*/) { for(var i=0;
|
||||
|
||||
## Fraction Library
|
||||
|
||||
The implementation is from [our frac library](https://github.com/SheetJS/frac/):
|
||||
The implementation is from [our frac library](https://git.sheetjs.com/SheetJS/frac/):
|
||||
|
||||
```js>bits/30_frac.js
|
||||
function frac(x, D, mixed) {
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 1ea05a3eee0a746c102dea42e729b31e4ebfca35
|
Loading…
Reference in New Issue
Block a user