mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Update littlecheck
4a3e4c8 Allow inline #CHECK directives and ignore double-commented directives
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user