diff options
author | Horacio Sanson <horacio@allm.net> | 2018-11-07 17:33:14 +0900 |
---|---|---|
committer | Horacio Sanson <horacio@allm.net> | 2018-12-01 15:05:18 +0900 |
commit | 9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b (patch) | |
tree | caf7a8965dfcc5d6fd4483959e170d64863aaaab /test/script | |
parent | 1d4f98553852499e0f8ebd951db6ada2b1d973e3 (diff) | |
download | ale-9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b.zip |
Add bibclen fixer support
Closes #1910
Diffstat (limited to 'test/script')
-rwxr-xr-x | test/script/check-toc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/script/check-toc b/test/script/check-toc index 8e411589..09d794ee 100755 --- a/test/script/check-toc +++ b/test/script/check-toc @@ -36,6 +36,7 @@ doc_files="$(/bin/ls -1v doc | grep ^ale- | sed 's/^/doc\//' | paste -sd ' ' -)" grep -h '\*ale-.*-options\|^[a-z].*\*ale-.*\*$' $doc_files \ | sed 's/^/ /' \ | sed 's/ALE Shell Integration/ALE sh Integration/' \ + | sed 's/ALE BibTeX Integration/ALE bib Integration/' \ | sed 's/ ALE \(.*\) Integration/\1/' \ | sed 's/ *\*\(..*\)\*$/, \1/' \ | tr '[:upper:]' '[:lower:]' \ |