Update littlecheck

4a3e4c8 Allow inline #CHECK directives and ignore double-commented directives
This commit is contained in:
Johannes Altmanninger
2020-09-26 11:52:00 +02:00
parent fa0c9f90f8
commit f415b3b551
2 changed files with 7 additions and 5 deletions

View File

@@ -10,8 +10,7 @@ mkdir b
touch ./b/file.txt
set dirs ./a ./b
echo $dirs/*.txt
# CHECK: ./b/file.txt
echo $dirs/*.txt # CHECK: ./b/file.txt
cd $oldpwd
rm -Rf $dir