Lines Matching full:testing
4 [ -f testing.sh ] && . testing.sh
6 #testing "name" "command" "result" "infile" "stdin"
16 testing "man" "$MAN numbers" " one\n\n" "" ""
17 testing "man.section" "$MAN numbers.3" " three\n\n" "" ""
18 testing "section man" "$MAN 5 numbers" " five\n\n" "" ""
19 testing "/" "$MAN /" "" "" "" # Regression guard for !suf in zopen
35 testing "gawk alias" "$MAN toybox" " -F\n --foo-bar Does something.\n\n --no-alias Has no alias.\n\…
41 testing "bash bold,ita" "$MAN toybox" " sh-compatible Korn\n\n" "" ""
48 testing "bash,rsync quote" "$MAN toybox" " quoted 'string' \"server\" Don't\n\n" "" ""
51 testing "gawk quote" "$MAN toybox" " \"--\"\n\n" "" ""
57 testing "bash symbol" "$MAN toybox" " * [|||&]\n\n" "" ""
63 testing "gawk,rsync fancy" "$MAN toybox" " fflush(...) $ ssh ...\n\n" "" ""
69 testing "bash escape" "$MAN toybox" " \"\C-x\C-r\": re-read must be >= 1\n\n" "" ""
72 testing "gawk var" "$MAN toybox" " #AK language. The #PX standard\n\n" "" ""
79 testing "bash boldpunct" "$MAN toybox" " If set to On, (...)\n\n" "" ""
88 testing "bash list" "$MAN toybox" " \$endif (...)\n\n \$else (...)\n\n \$include\n\n" "" ""
95 testing "bash itapunct" "$MAN toybox" " asynchronously (in the background), it prints\n\n" "" ""
102 testing "bash bold" "$MAN toybox" " (...) Bash is\n\n" "" ""
110 testing "gawk boldita" "$MAN toybox" " -f \" program-file\"\n\n" "" ""
117 testing "bash filename" "$MAN toybox" " same format as /etc/hosts (...)\n\n" "" ""
124 testing "bash ita" "$MAN toybox" " The Internal Field Separator that is used\n\n" "" ""
130 testing "bash nroff" "$MAN toybox" " Copyright (C) 2019\n\n" "" ""
138 testing "stat example" "$MAN toybox" "#include <stdio.h>\n#include <stdlib.h>\n\n\n" "" ""
145 testing "bash paragraph" "$MAN toybox" " (...)\n\n (...)\n\n" "" ""
154 testing "bash small" "$MAN toybox" " (see INVOCATION below)\n\n" "" ""
163 testing "bash section" "$MAN toybox" " (...)\n\n\"SHELL GRAMMAR\"\n\nSimple Commands\n\n (...)\n\n"…
166 testing "lastb" "$MAN toybox" "See last.1\n\n" "" ""
173 testing "gawk,git head" "$MAN toybox" "TOYBOX 1 Apr 13 2019 Project Organization Document Name…
185 testing "bash table" "$MAN toybox" " (...)\n\n -c If the -c option is present\n\n" "" ""
193 testing "bash,git garbage" "$MAN toybox" "" "" ""
206 testing "-k ." "$MAN -k ." "numbers.1.bz2 - test -k\nnumbers.3.gz - No dash.\nnumbers.5 - See numbe…
207 testing "-k -k" "$MAN -k -k" "numbers.1.bz2 - test -k\n" "" ""
208 testing "-k d.*h" "$MAN -k 'd.*h'" "numbers.3.gz - No dash.\n" "" ""
209 testing "-k ers.1" "$MAN -k ers.1" "numbers.1.bz2 - test -k\nnumbers.5 - See numbers.1\n" "" ""
213 testing "-M /dir:/dir0" "man -M walrus:banana numbers" " Local development override.\n\n" "" ""
214 testing "-M /dir:/dir0 -k ." "man -M walrus:banana -k ." "numbers.1.bz2 - Local development overrid…
215 testing "-M '' x" "man -M '' numbers 2>&1" "man: no numbers\n" "" ""
216 testing "-M '' 1 x" "man -M '' 1 numbers 2>&1" "man: section 1 no numbers\n" "" ""
217 testing "-M '' -k ." "man -M '' -k ." "" "" ""