003 File Manager
Current Path:
/usr/src/usr.bin/jot/tests
usr
/
src
/
usr.bin
/
jot
/
tests
/
📁
..
📄
Makefile
(2.24 KB)
📄
Makefile.depend
(176 B)
📄
legacy_test.sh
(123 B)
📄
regress.ascii.out
(256 B)
📄
regress.block.out
(1 KB)
📄
regress.dddd.out
(292 B)
📄
regress.dddh.out
(345 B)
📄
regress.ddhd.out
(321 B)
📄
regress.ddhd2.out
(361 B)
📄
regress.ddhh.out
(341 B)
📄
regress.ddhh2.out
(341 B)
📄
regress.dhdd.out
(320 B)
📄
regress.dhdh.out
(360 B)
📄
regress.dhhd.out
(324 B)
📄
regress.dhhd2.out
(484 B)
📄
regress.dhhh.out
(164 B)
📄
regress.dhhh2.out
(244 B)
📄
regress.ed.out
(398 B)
📄
regress.grep.out
(81 B)
📄
regress.hddd.out
(141 B)
📄
regress.hddd2.out
(81 B)
📄
regress.hddh.out
(145 B)
📄
regress.hddh2.out
(85 B)
📄
regress.hdhd.out
(171 B)
📄
regress.hdhd2.out
(120 B)
📄
regress.hdhh.out
(161 B)
📄
regress.hdhh2.out
(120 B)
📄
regress.hhdd.out
(150 B)
📄
regress.hhdd2.out
(90 B)
📄
regress.hhdh.out
(160 B)
📄
regress.hhdh2.out
(90 B)
📄
regress.hhhd.out
(161 B)
📄
regress.hhhd2.out
(103 B)
📄
regress.hhhh.out
(160 B)
📄
regress.hhhh2.out
(90 B)
📄
regress.n21.out
(116 B)
📄
regress.rand1.out
(20 B)
📄
regress.rand2.out
(20 B)
📄
regress.sh
(2.73 KB)
📄
regress.stutter.out
(38 B)
📄
regress.stutter2.out
(40 B)
📄
regress.tabs.out
(101 B)
📄
regress.wX1.out
(40 B)
📄
regress.wXl.out
(110 B)
📄
regress.wc.out
(40 B)
📄
regress.wdl.out
(0 B)
📄
regress.wdn.out
(45 B)
📄
regress.we.out
(150 B)
📄
regress.wf.out
(61 B)
📄
regress.wg.out
(230 B)
📄
regress.wgd.out
(60 B)
📄
regress.wo.out
(43 B)
📄
regress.wp1.out
(51 B)
📄
regress.wp2.out
(51 B)
📄
regress.wp3.out
(101 B)
📄
regress.wp4.out
(71 B)
📄
regress.wp5.out
(550 B)
📄
regress.wp6.out
(31 B)
📄
regress.wu.out
(41 B)
📄
regress.wwe.out
(180 B)
📄
regress.wx.out
(40 B)
📄
regress.wxn.out
(0 B)
📄
regress.x.out
(292 B)
📄
regress.xaa.out
(104 B)
📄
regress.yes.out
(40 B)
Editing: regress.sh
# $FreeBSD$ echo 1..60 REGRESSION_START($1) REGRESSION_TEST(`x', `jot -w "%X" -s , 100 1 200') REGRESSION_TEST(`hhhh', `jot 50 20 120 2') REGRESSION_TEST(`hhhd', `jot 50 20 120 -') REGRESSION_TEST(`hhdh', `jot 50 20 - 2') REGRESSION_TEST(`hhdd', `jot 50 20 - -') REGRESSION_TEST(`hdhh', `jot 50 - 120 2') REGRESSION_TEST(`hdhd', `jot 50 - 120 -') REGRESSION_TEST(`hddh', `jot 50 - - 2') REGRESSION_TEST(`hddd', `jot 50 - - -') REGRESSION_TEST(`dhhh', `jot - 20 120 2') REGRESSION_TEST(`dhhd', `jot - 20 120 -') REGRESSION_TEST(`dhdh', `jot - 20 - 2') REGRESSION_TEST(`dhdd', `jot - 20 - -') REGRESSION_TEST(`ddhh', `jot - - 120 2') REGRESSION_TEST(`ddhd', `jot - - 120 -') REGRESSION_TEST(`dddh', `jot - - - 2') REGRESSION_TEST(`dddd', `jot - - - -') REGRESSION_TEST(`hhhh2', `jot 30 20 160 2') REGRESSION_TEST(`hhhd2', `jot 30 20 160 -') REGRESSION_TEST(`hhdh2', `jot 30 20 - 2') REGRESSION_TEST(`hhdd2', `jot 30 20 - -') REGRESSION_TEST(`hdhh2', `jot 30 - 160 2') REGRESSION_TEST(`hdhd2', `jot 30 - 160 -') REGRESSION_TEST(`hddh2', `jot 30 - - 2') REGRESSION_TEST(`hddd2', `jot 30 - - -') REGRESSION_TEST(`dhhh2', `jot - 20 160 2') REGRESSION_TEST(`dhhd2', `jot - 20 160 -') REGRESSION_TEST(`ddhh2', `jot - - 160 2') REGRESSION_TEST(`rand1', `jot -r 10000 0 9 | sort -u') REGRESSION_TEST(`rand2', `jot -r 10000 9 0 | sort -u') REGRESSION_TEST(`n21', `jot 21 -1 1.00') REGRESSION_TEST(`ascii', `jot -c 128 0') REGRESSION_TEST(`xaa', `jot -w xa%c 26 a') REGRESSION_TEST(`yes', `jot -b yes 10') REGRESSION_TEST(`ed', `jot -w %ds/old/new/ 30 2 - 5') REGRESSION_TEST(`stutter', `jot - 9 0 -.5') REGRESSION_TEST(`stutter2', `jot -w %d - 9.5 0 -.5') REGRESSION_TEST(`block', `jot -b x 512') REGRESSION_TEST(`tabs', `jot -s, - 10 132 4') REGRESSION_TEST(`grep', `jot -s "" -b . 80') REGRESSION_TEST(`wf', `jot -w "a%.1fb" 10') REGRESSION_TEST(`we', `jot -w "a%eb" 10') REGRESSION_TEST(`wwe', `jot -w "a%-15eb" 10') REGRESSION_TEST(`wg', `jot -w "a%20gb" 10') REGRESSION_TEST(`wc', `jot -w "a%cb" 10 33 43') REGRESSION_TEST(`wgd', `jot -w "a%gb" 10 .2') REGRESSION_TEST(`wu', `jot -w "a%ub" 10') REGRESSION_TEST(`wo', `jot -w "a%ob" 10') REGRESSION_TEST(`wx', `jot -w "a%xb" 10') REGRESSION_TEST(`wX1', `jot -w "a%Xb" 10') REGRESSION_TEST(`wXl', `jot -w "a%Xb" 10 2147483648') REGRESSION_TEST(`wdl', `jot -w "a%db" 10 2147483648 2>/dev/null') REGRESSION_TEST(`wxn', `jot -w "a%xb" 10 -5 2>/dev/null') REGRESSION_TEST(`wdn', `jot -w "a%db" 10 -5') REGRESSION_TEST(`wp1', `jot -w "%%%d%%%%" 10') REGRESSION_TEST(`wp2', `jot -w "%d%%d%%" 10') REGRESSION_TEST(`wp3', `jot -w "a%%A%%%d%%B%%b" 10') REGRESSION_TEST(`wp4', `jot -w "%%d%d%%d%%" 10') REGRESSION_TEST(`wp5', `jot -w ftp://www.example.com/pub/uploaded%%20files/disk%03d.iso 10') REGRESSION_TEST(`wp6', `jot -w "%d%" 10') REGRESSION_END()
Upload File
Create Folder