add vim modeline to test files

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andrew Gregory 2014-12-23 16:53:10 -05:00 committed by Allan McRae
parent 21faf1682e
commit fda599df37
4 changed files with 8 additions and 0 deletions

View file

@ -80,3 +80,5 @@ parse_hts '1M' 1048576
parse_hts ' 1 G ' 1073741824 parse_hts ' 1 G ' 1073741824
parse_hts '1Q' '' parse_hts '1Q' ''
# vim: set noet:

View file

@ -140,3 +140,5 @@ parse '--force --' 2 --force
# exact match on possible stem (opt has optarg) # exact match on possible stem (opt has optarg)
parse '--clean foo --' 3 --clean=foo parse '--clean foo --' 3 --clean=foo
# vim: set noet:

View file

@ -133,3 +133,5 @@ fi
echo "# $failure of $run tests failed" echo "# $failure of $run tests failed"
exit 1 exit 1
# vim: set noet:

View file

@ -151,3 +151,5 @@ fi
echo "# $failure of $run tests failed" echo "# $failure of $run tests failed"
exit 1 exit 1
# vim: set noet: