Skip to content
Snippets Groups Projects
Commit 56c10a9e authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Update test.sh

parent d0f33552
No related branches found
No related tags found
No related merge requests found
Pipeline #19202 passed
......@@ -23,13 +23,17 @@ fi
echo ">>> Testing special characters..."
! grep " ̈" document/**/*.tex document/*.tex
for character in " ̈" "„" "“" "–"
do
echo ">>>> Checking $character "
! grep -n $character document/**/*.tex document/*.tex
if [[ $? != 0 ]];
then
echo ">>> FAIL"
exit 1
fi
done
echo ">>> Testing CSPELL..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment