Lines Matching refs:xxd
1 " Test for the xxd command
3 if empty($XXD) && executable('..\xxd\xxd.exe')
4 let s:xxd_cmd = '..\xxd\xxd.exe'
6 throw 'Skipped: xxd program missing'
18 return printf("Failed xxd test %d:", a:counter)
26 " Test 1: simple, filter the result through xxd
57 " The following tests use the xxd man page.
60 let man_page = '../../runtime/doc/xxd.1'
62 let man_page = '../../doc/xxd.1'
81 " Test 6: Print the date from xxd.1
269 call assert_match('xxd 20\d\d-\d\d-\d\d by Juergen Weigert et al\.', join(getline(1, 3)))