From 9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Wed, 7 Nov 2018 17:33:14 +0900 Subject: Add bibclen fixer support Closes #1910 --- test/script/check-toc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/script/check-toc') 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:]' \ -- cgit v1.2.3