[Midnightbsd-cvs] src [11518] trunk/usr.bin/jot/tests: add tests
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jul 7 15:21:32 EDT 2018
Revision: 11518
http://svnweb.midnightbsd.org/src/?rev=11518
Author: laffer1
Date: 2018-07-07 15:21:32 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
add tests
Added Paths:
-----------
trunk/usr.bin/jot/tests/
trunk/usr.bin/jot/tests/Makefile
trunk/usr.bin/jot/tests/legacy_test.sh
trunk/usr.bin/jot/tests/regress.ascii.out
trunk/usr.bin/jot/tests/regress.block.out
trunk/usr.bin/jot/tests/regress.dddd.out
trunk/usr.bin/jot/tests/regress.dddh.out
trunk/usr.bin/jot/tests/regress.ddhd.out
trunk/usr.bin/jot/tests/regress.ddhd2.out
trunk/usr.bin/jot/tests/regress.ddhh.out
trunk/usr.bin/jot/tests/regress.ddhh2.out
trunk/usr.bin/jot/tests/regress.dhdd.out
trunk/usr.bin/jot/tests/regress.dhdh.out
trunk/usr.bin/jot/tests/regress.dhhd.out
trunk/usr.bin/jot/tests/regress.dhhd2.out
trunk/usr.bin/jot/tests/regress.dhhh.out
trunk/usr.bin/jot/tests/regress.dhhh2.out
trunk/usr.bin/jot/tests/regress.ed.out
trunk/usr.bin/jot/tests/regress.grep.out
trunk/usr.bin/jot/tests/regress.hddd.out
trunk/usr.bin/jot/tests/regress.hddd2.out
trunk/usr.bin/jot/tests/regress.hddh.out
trunk/usr.bin/jot/tests/regress.hddh2.out
trunk/usr.bin/jot/tests/regress.hdhd.out
trunk/usr.bin/jot/tests/regress.hdhd2.out
trunk/usr.bin/jot/tests/regress.hdhh.out
trunk/usr.bin/jot/tests/regress.hdhh2.out
trunk/usr.bin/jot/tests/regress.hhdd.out
trunk/usr.bin/jot/tests/regress.hhdd2.out
trunk/usr.bin/jot/tests/regress.hhdh.out
trunk/usr.bin/jot/tests/regress.hhdh2.out
trunk/usr.bin/jot/tests/regress.hhhd.out
trunk/usr.bin/jot/tests/regress.hhhd2.out
trunk/usr.bin/jot/tests/regress.hhhh.out
trunk/usr.bin/jot/tests/regress.hhhh2.out
trunk/usr.bin/jot/tests/regress.n21.out
trunk/usr.bin/jot/tests/regress.rand1.out
trunk/usr.bin/jot/tests/regress.rand2.out
trunk/usr.bin/jot/tests/regress.sh
trunk/usr.bin/jot/tests/regress.stutter.out
trunk/usr.bin/jot/tests/regress.stutter2.out
trunk/usr.bin/jot/tests/regress.tabs.out
trunk/usr.bin/jot/tests/regress.wX1.out
trunk/usr.bin/jot/tests/regress.wXl.out
trunk/usr.bin/jot/tests/regress.wc.out
trunk/usr.bin/jot/tests/regress.wdl.out
trunk/usr.bin/jot/tests/regress.wdn.out
trunk/usr.bin/jot/tests/regress.we.out
trunk/usr.bin/jot/tests/regress.wf.out
trunk/usr.bin/jot/tests/regress.wg.out
trunk/usr.bin/jot/tests/regress.wgd.out
trunk/usr.bin/jot/tests/regress.wo.out
trunk/usr.bin/jot/tests/regress.wp1.out
trunk/usr.bin/jot/tests/regress.wp2.out
trunk/usr.bin/jot/tests/regress.wp3.out
trunk/usr.bin/jot/tests/regress.wp4.out
trunk/usr.bin/jot/tests/regress.wp5.out
trunk/usr.bin/jot/tests/regress.wp6.out
trunk/usr.bin/jot/tests/regress.wu.out
trunk/usr.bin/jot/tests/regress.wwe.out
trunk/usr.bin/jot/tests/regress.wx.out
trunk/usr.bin/jot/tests/regress.wxn.out
trunk/usr.bin/jot/tests/regress.x.out
trunk/usr.bin/jot/tests/regress.xaa.out
trunk/usr.bin/jot/tests/regress.yes.out
Added: trunk/usr.bin/jot/tests/Makefile
===================================================================
--- trunk/usr.bin/jot/tests/Makefile (rev 0)
+++ trunk/usr.bin/jot/tests/Makefile 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,70 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/jot/tests/Makefile 313488 2017-02-09 22:49:48Z ngie $
+
+TAP_TESTS_SH= legacy_test
+
+FILESDIR= ${TESTSDIR}
+FILES= regress.ascii.out
+FILES+= regress.block.out
+FILES+= regress.dddd.out
+FILES+= regress.dddh.out
+FILES+= regress.ddhd.out
+FILES+= regress.ddhd2.out
+FILES+= regress.ddhh.out
+FILES+= regress.ddhh2.out
+FILES+= regress.dhdd.out
+FILES+= regress.dhdh.out
+FILES+= regress.dhhd.out
+FILES+= regress.dhhd2.out
+FILES+= regress.dhhh.out
+FILES+= regress.dhhh2.out
+FILES+= regress.ed.out
+FILES+= regress.grep.out
+FILES+= regress.hddd.out
+FILES+= regress.hddd2.out
+FILES+= regress.hddh.out
+FILES+= regress.hddh2.out
+FILES+= regress.hdhd.out
+FILES+= regress.hdhd2.out
+FILES+= regress.hdhh.out
+FILES+= regress.hdhh2.out
+FILES+= regress.hhdd.out
+FILES+= regress.hhdd2.out
+FILES+= regress.hhdh.out
+FILES+= regress.hhdh2.out
+FILES+= regress.hhhd.out
+FILES+= regress.hhhd2.out
+FILES+= regress.hhhh.out
+FILES+= regress.hhhh2.out
+FILES+= regress.n21.out
+FILES+= regress.rand1.out
+FILES+= regress.rand2.out
+FILES+= regress.sh
+FILES+= regress.stutter.out
+FILES+= regress.stutter2.out
+FILES+= regress.tabs.out
+FILES+= regress.wX1.out
+FILES+= regress.wXl.out
+FILES+= regress.wc.out
+FILES+= regress.wdl.out
+FILES+= regress.wdn.out
+FILES+= regress.we.out
+FILES+= regress.wf.out
+FILES+= regress.wg.out
+FILES+= regress.wgd.out
+FILES+= regress.wo.out
+FILES+= regress.wp1.out
+FILES+= regress.wp2.out
+FILES+= regress.wp3.out
+FILES+= regress.wp4.out
+FILES+= regress.wp5.out
+FILES+= regress.wp6.out
+FILES+= regress.wu.out
+FILES+= regress.wwe.out
+FILES+= regress.wx.out
+FILES+= regress.wxn.out
+FILES+= regress.x.out
+FILES+= regress.xaa.out
+FILES+= regress.yes.out
+
+.include <bsd.test.mk>
Property changes on: trunk/usr.bin/jot/tests/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/legacy_test.sh
===================================================================
--- trunk/usr.bin/jot/tests/legacy_test.sh (rev 0)
+++ trunk/usr.bin/jot/tests/legacy_test.sh 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,6 @@
+#!/bin/sh
+# $MidnightBSD$
+
+SRCDIR="$(dirname "${0}")"; export SRCDIR
+
+m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
Property changes on: trunk/usr.bin/jot/tests/legacy_test.sh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.ascii.out
===================================================================
(Binary files differ)
Index: trunk/usr.bin/jot/tests/regress.ascii.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.ascii.out 2018-07-07 19:20:13 UTC (rev 11517)
+++ trunk/usr.bin/jot/tests/regress.ascii.out 2018-07-07 19:21:32 UTC (rev 11518)
Property changes on: trunk/usr.bin/jot/tests/regress.ascii.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.block.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.block.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.block.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,512 @@
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
Property changes on: trunk/usr.bin/jot/tests/regress.block.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.dddd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.dddd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.dddd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,100 @@
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+82
+83
+84
+85
+86
+87
+88
+89
+90
+91
+92
+93
+94
+95
+96
+97
+98
+99
+100
Property changes on: trunk/usr.bin/jot/tests/regress.dddd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.dddh.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.dddh.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.dddh.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,100 @@
+1
+3
+5
+7
+9
+11
+13
+15
+17
+19
+21
+23
+25
+27
+29
+31
+33
+35
+37
+39
+41
+43
+45
+47
+49
+51
+53
+55
+57
+59
+61
+63
+65
+67
+69
+71
+73
+75
+77
+79
+81
+83
+85
+87
+89
+91
+93
+95
+97
+99
+101
+103
+105
+107
+109
+111
+113
+115
+117
+119
+121
+123
+125
+127
+129
+131
+133
+135
+137
+139
+141
+143
+145
+147
+149
+151
+153
+155
+157
+159
+161
+163
+165
+167
+169
+171
+173
+175
+177
+179
+181
+183
+185
+187
+189
+191
+193
+195
+197
+199
Property changes on: trunk/usr.bin/jot/tests/regress.dddh.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.ddhd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.ddhd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.ddhd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,100 @@
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+82
+83
+84
+85
+86
+87
+88
+89
+90
+91
+92
+93
+94
+95
+96
+97
+98
+99
+100
+101
+102
+103
+104
+105
+106
+107
+108
+109
+110
+111
+112
+113
+114
+115
+116
+117
+118
+119
+120
Property changes on: trunk/usr.bin/jot/tests/regress.ddhd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.ddhd2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.ddhd2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.ddhd2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,100 @@
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+82
+83
+84
+85
+86
+87
+88
+89
+90
+91
+92
+93
+94
+95
+96
+97
+98
+99
+100
+101
+102
+103
+104
+105
+106
+107
+108
+109
+110
+111
+112
+113
+114
+115
+116
+117
+118
+119
+120
+121
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
+137
+138
+139
+140
+141
+142
+143
+144
+145
+146
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
Property changes on: trunk/usr.bin/jot/tests/regress.ddhd2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.ddhh.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.ddhh.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.ddhh.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,100 @@
+-78
+-76
+-74
+-72
+-70
+-68
+-66
+-64
+-62
+-60
+-58
+-56
+-54
+-52
+-50
+-48
+-46
+-44
+-42
+-40
+-38
+-36
+-34
+-32
+-30
+-28
+-26
+-24
+-22
+-20
+-18
+-16
+-14
+-12
+-10
+-8
+-6
+-4
+-2
+0
+2
+4
+6
+8
+10
+12
+14
+16
+18
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
+80
+82
+84
+86
+88
+90
+92
+94
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
+120
Property changes on: trunk/usr.bin/jot/tests/regress.ddhh.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.ddhh2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.ddhh2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.ddhh2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,100 @@
+-38
+-36
+-34
+-32
+-30
+-28
+-26
+-24
+-22
+-20
+-18
+-16
+-14
+-12
+-10
+-8
+-6
+-4
+-2
+0
+2
+4
+6
+8
+10
+12
+14
+16
+18
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
+80
+82
+84
+86
+88
+90
+92
+94
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
+120
+122
+124
+126
+128
+130
+132
+134
+136
+138
+140
+142
+144
+146
+148
+150
+152
+154
+156
+158
+160
Property changes on: trunk/usr.bin/jot/tests/regress.ddhh2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.dhdd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.dhdd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.dhdd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,100 @@
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+82
+83
+84
+85
+86
+87
+88
+89
+90
+91
+92
+93
+94
+95
+96
+97
+98
+99
+100
+101
+102
+103
+104
+105
+106
+107
+108
+109
+110
+111
+112
+113
+114
+115
+116
+117
+118
+119
Property changes on: trunk/usr.bin/jot/tests/regress.dhdd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.dhdh.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.dhdh.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.dhdh.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,100 @@
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
+80
+82
+84
+86
+88
+90
+92
+94
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
+120
+122
+124
+126
+128
+130
+132
+134
+136
+138
+140
+142
+144
+146
+148
+150
+152
+154
+156
+158
+160
+162
+164
+166
+168
+170
+172
+174
+176
+178
+180
+182
+184
+186
+188
+190
+192
+194
+196
+198
+200
+202
+204
+206
+208
+210
+212
+214
+216
+218
Property changes on: trunk/usr.bin/jot/tests/regress.dhdh.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.dhhd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.dhhd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.dhhd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,101 @@
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+82
+83
+84
+85
+86
+87
+88
+89
+90
+91
+92
+93
+94
+95
+96
+97
+98
+99
+100
+101
+102
+103
+104
+105
+106
+107
+108
+109
+110
+111
+112
+113
+114
+115
+116
+117
+118
+119
+120
Property changes on: trunk/usr.bin/jot/tests/regress.dhhd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.dhhd2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.dhhd2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.dhhd2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,141 @@
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+82
+83
+84
+85
+86
+87
+88
+89
+90
+91
+92
+93
+94
+95
+96
+97
+98
+99
+100
+101
+102
+103
+104
+105
+106
+107
+108
+109
+110
+111
+112
+113
+114
+115
+116
+117
+118
+119
+120
+121
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
+137
+138
+139
+140
+141
+142
+143
+144
+145
+146
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
Property changes on: trunk/usr.bin/jot/tests/regress.dhhd2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.dhhh.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.dhhh.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.dhhh.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,51 @@
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
+80
+82
+84
+86
+88
+90
+92
+94
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
+120
Property changes on: trunk/usr.bin/jot/tests/regress.dhhh.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.dhhh2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.dhhh2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.dhhh2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,71 @@
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
+80
+82
+84
+86
+88
+90
+92
+94
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
+120
+122
+124
+126
+128
+130
+132
+134
+136
+138
+140
+142
+144
+146
+148
+150
+152
+154
+156
+158
+160
Property changes on: trunk/usr.bin/jot/tests/regress.dhhh2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.ed.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.ed.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.ed.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+2s/old/new/
+7s/old/new/
+12s/old/new/
+17s/old/new/
+22s/old/new/
+27s/old/new/
+32s/old/new/
+37s/old/new/
+42s/old/new/
+47s/old/new/
+52s/old/new/
+57s/old/new/
+62s/old/new/
+67s/old/new/
+72s/old/new/
+77s/old/new/
+82s/old/new/
+87s/old/new/
+92s/old/new/
+97s/old/new/
+102s/old/new/
+107s/old/new/
+112s/old/new/
+117s/old/new/
+122s/old/new/
+127s/old/new/
+132s/old/new/
+137s/old/new/
+142s/old/new/
+147s/old/new/
Property changes on: trunk/usr.bin/jot/tests/regress.ed.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.grep.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.grep.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.grep.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1 @@
+................................................................................
Property changes on: trunk/usr.bin/jot/tests/regress.grep.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hddd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hddd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hddd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,50 @@
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
Property changes on: trunk/usr.bin/jot/tests/regress.hddd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hddd2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hddd2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hddd2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
Property changes on: trunk/usr.bin/jot/tests/regress.hddd2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hddh.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hddh.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hddh.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,50 @@
+1
+3
+5
+7
+9
+11
+13
+15
+17
+19
+21
+23
+25
+27
+29
+31
+33
+35
+37
+39
+41
+43
+45
+47
+49
+51
+53
+55
+57
+59
+61
+63
+65
+67
+69
+71
+73
+75
+77
+79
+81
+83
+85
+87
+89
+91
+93
+95
+97
+99
Property changes on: trunk/usr.bin/jot/tests/regress.hddh.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hddh2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hddh2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hddh2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+1
+3
+5
+7
+9
+11
+13
+15
+17
+19
+21
+23
+25
+27
+29
+31
+33
+35
+37
+39
+41
+43
+45
+47
+49
+51
+53
+55
+57
+59
Property changes on: trunk/usr.bin/jot/tests/regress.hddh2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hdhd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hdhd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hdhd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,50 @@
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+81
+82
+83
+84
+85
+86
+87
+88
+89
+90
+91
+92
+93
+94
+95
+96
+97
+98
+99
+100
+101
+102
+103
+104
+105
+106
+107
+108
+109
+110
+111
+112
+113
+114
+115
+116
+117
+118
+119
+120
Property changes on: trunk/usr.bin/jot/tests/regress.hdhd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hdhd2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hdhd2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hdhd2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+131
+132
+133
+134
+135
+136
+137
+138
+139
+140
+141
+142
+143
+144
+145
+146
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
Property changes on: trunk/usr.bin/jot/tests/regress.hdhd2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hdhh.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hdhh.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hdhh.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,50 @@
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
+80
+82
+84
+86
+88
+90
+92
+94
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
+120
Property changes on: trunk/usr.bin/jot/tests/regress.hdhh.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hdhh2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hdhh2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hdhh2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+102
+104
+106
+108
+110
+112
+114
+116
+118
+120
+122
+124
+126
+128
+130
+132
+134
+136
+138
+140
+142
+144
+146
+148
+150
+152
+154
+156
+158
+160
Property changes on: trunk/usr.bin/jot/tests/regress.hdhh2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hhdd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hhdd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hhdd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,50 @@
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
Property changes on: trunk/usr.bin/jot/tests/regress.hhdd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hhdd2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hhdd2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hhdd2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
Property changes on: trunk/usr.bin/jot/tests/regress.hhdd2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hhdh.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hhdh.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hhdh.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,50 @@
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
+80
+82
+84
+86
+88
+90
+92
+94
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
Property changes on: trunk/usr.bin/jot/tests/regress.hhdh.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hhdh2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hhdh2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hhdh2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
Property changes on: trunk/usr.bin/jot/tests/regress.hhdh2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hhhd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hhhd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hhhd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,50 @@
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+47
+49
+51
+53
+55
+57
+59
+61
+63
+65
+67
+69
+71
+73
+75
+77
+79
+81
+83
+85
+87
+89
+91
+93
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
+120
Property changes on: trunk/usr.bin/jot/tests/regress.hhhd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hhhd2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hhhd2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hhhd2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+20
+25
+30
+34
+39
+44
+49
+54
+59
+63
+68
+73
+78
+83
+88
+92
+97
+102
+107
+112
+117
+121
+126
+131
+136
+141
+146
+150
+155
+160
Property changes on: trunk/usr.bin/jot/tests/regress.hhhd2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hhhh.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hhhh.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hhhh.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,50 @@
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
+80
+82
+84
+86
+88
+90
+92
+94
+96
+98
+100
+102
+104
+106
+108
+110
+112
+114
+116
+118
Property changes on: trunk/usr.bin/jot/tests/regress.hhhh.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.hhhh2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.hhhh2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.hhhh2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,30 @@
+20
+22
+24
+26
+28
+30
+32
+34
+36
+38
+40
+42
+44
+46
+48
+50
+52
+54
+56
+58
+60
+62
+64
+66
+68
+70
+72
+74
+76
+78
Property changes on: trunk/usr.bin/jot/tests/regress.hhhh2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.n21.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.n21.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.n21.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,21 @@
+-1.00
+-0.90
+-0.80
+-0.70
+-0.60
+-0.50
+-0.40
+-0.30
+-0.20
+-0.10
+-0.00
+0.10
+0.20
+0.30
+0.40
+0.50
+0.60
+0.70
+0.80
+0.90
+1.00
Property changes on: trunk/usr.bin/jot/tests/regress.n21.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.rand1.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.rand1.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.rand1.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
Property changes on: trunk/usr.bin/jot/tests/regress.rand1.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.rand2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.rand2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.rand2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
Property changes on: trunk/usr.bin/jot/tests/regress.rand2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.sh
===================================================================
--- trunk/usr.bin/jot/tests/regress.sh (rev 0)
+++ trunk/usr.bin/jot/tests/regress.sh 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,68 @@
+# $MidnightBSD$
+
+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()
Property changes on: trunk/usr.bin/jot/tests/regress.sh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.stutter.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.stutter.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.stutter.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,19 @@
+9
+8
+8
+8
+7
+6
+6
+6
+5
+4
+4
+4
+3
+2
+2
+2
+1
+0
+0
Property changes on: trunk/usr.bin/jot/tests/regress.stutter.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.stutter2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.stutter2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.stutter2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,20 @@
+9
+9
+8
+8
+7
+7
+6
+6
+5
+5
+4
+4
+3
+3
+2
+2
+1
+1
+0
+0
Property changes on: trunk/usr.bin/jot/tests/regress.stutter2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.tabs.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.tabs.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.tabs.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1 @@
+10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78,82,86,90,94,98,102,106,110,114,118,122,126,130
Property changes on: trunk/usr.bin/jot/tests/regress.tabs.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wX1.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wX1.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wX1.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a1b
+a2b
+a3b
+a4b
+a5b
+a6b
+a7b
+a8b
+a9b
+aAb
Property changes on: trunk/usr.bin/jot/tests/regress.wX1.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wXl.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wXl.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wXl.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a80000000b
+a80000001b
+a80000002b
+a80000003b
+a80000004b
+a80000005b
+a80000006b
+a80000007b
+a80000008b
+a80000009b
Property changes on: trunk/usr.bin/jot/tests/regress.wXl.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wc.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wc.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wc.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a!b
+a"b
+a#b
+a$b
+a%b
+a&b
+a'b
+a(b
+a)b
+a+b
Property changes on: trunk/usr.bin/jot/tests/regress.wc.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/usr.bin/jot/tests/regress.wdl.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wdl.out 2018-07-07 19:20:13 UTC (rev 11517)
+++ trunk/usr.bin/jot/tests/regress.wdl.out 2018-07-07 19:21:32 UTC (rev 11518)
Property changes on: trunk/usr.bin/jot/tests/regress.wdl.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wdn.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wdn.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wdn.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a-5b
+a-4b
+a-3b
+a-2b
+a-1b
+a0b
+a1b
+a2b
+a3b
+a4b
Property changes on: trunk/usr.bin/jot/tests/regress.wdn.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.we.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.we.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.we.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a1.000000e+00b
+a2.000000e+00b
+a3.000000e+00b
+a4.000000e+00b
+a5.000000e+00b
+a6.000000e+00b
+a7.000000e+00b
+a8.000000e+00b
+a9.000000e+00b
+a1.000000e+01b
Property changes on: trunk/usr.bin/jot/tests/regress.we.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wf.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wf.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wf.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a1.0b
+a2.0b
+a3.0b
+a4.0b
+a5.0b
+a6.0b
+a7.0b
+a8.0b
+a9.0b
+a10.0b
Property changes on: trunk/usr.bin/jot/tests/regress.wf.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wg.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wg.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wg.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a 1b
+a 2b
+a 3b
+a 4b
+a 5b
+a 6b
+a 7b
+a 8b
+a 9b
+a 10b
Property changes on: trunk/usr.bin/jot/tests/regress.wg.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wgd.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wgd.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wgd.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a0.2b
+a1.2b
+a2.2b
+a3.2b
+a4.2b
+a5.2b
+a6.2b
+a7.2b
+a8.2b
+a9.2b
Property changes on: trunk/usr.bin/jot/tests/regress.wgd.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wo.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wo.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wo.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a1b
+a2b
+a3b
+a4b
+a5b
+a6b
+a7b
+a10b
+a11b
+a12b
Property changes on: trunk/usr.bin/jot/tests/regress.wo.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wp1.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wp1.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wp1.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+%1%%
+%2%%
+%3%%
+%4%%
+%5%%
+%6%%
+%7%%
+%8%%
+%9%%
+%10%%
Property changes on: trunk/usr.bin/jot/tests/regress.wp1.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wp2.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wp2.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wp2.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+1%d%
+2%d%
+3%d%
+4%d%
+5%d%
+6%d%
+7%d%
+8%d%
+9%d%
+10%d%
Property changes on: trunk/usr.bin/jot/tests/regress.wp2.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wp3.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wp3.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wp3.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a%A%1%B%b
+a%A%2%B%b
+a%A%3%B%b
+a%A%4%B%b
+a%A%5%B%b
+a%A%6%B%b
+a%A%7%B%b
+a%A%8%B%b
+a%A%9%B%b
+a%A%10%B%b
Property changes on: trunk/usr.bin/jot/tests/regress.wp3.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wp4.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wp4.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wp4.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+%d1%d%
+%d2%d%
+%d3%d%
+%d4%d%
+%d5%d%
+%d6%d%
+%d7%d%
+%d8%d%
+%d9%d%
+%d10%d%
Property changes on: trunk/usr.bin/jot/tests/regress.wp4.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wp5.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wp5.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wp5.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+ftp://www.example.com/pub/uploaded%20files/disk001.iso
+ftp://www.example.com/pub/uploaded%20files/disk002.iso
+ftp://www.example.com/pub/uploaded%20files/disk003.iso
+ftp://www.example.com/pub/uploaded%20files/disk004.iso
+ftp://www.example.com/pub/uploaded%20files/disk005.iso
+ftp://www.example.com/pub/uploaded%20files/disk006.iso
+ftp://www.example.com/pub/uploaded%20files/disk007.iso
+ftp://www.example.com/pub/uploaded%20files/disk008.iso
+ftp://www.example.com/pub/uploaded%20files/disk009.iso
+ftp://www.example.com/pub/uploaded%20files/disk010.iso
Property changes on: trunk/usr.bin/jot/tests/regress.wp5.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wp6.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wp6.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wp6.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+1%
+2%
+3%
+4%
+5%
+6%
+7%
+8%
+9%
+10%
Property changes on: trunk/usr.bin/jot/tests/regress.wp6.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wu.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wu.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wu.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a1b
+a2b
+a3b
+a4b
+a5b
+a6b
+a7b
+a8b
+a9b
+a10b
Property changes on: trunk/usr.bin/jot/tests/regress.wu.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wwe.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wwe.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wwe.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a1.000000e+00 b
+a2.000000e+00 b
+a3.000000e+00 b
+a4.000000e+00 b
+a5.000000e+00 b
+a6.000000e+00 b
+a7.000000e+00 b
+a8.000000e+00 b
+a9.000000e+00 b
+a1.000000e+01 b
Property changes on: trunk/usr.bin/jot/tests/regress.wwe.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.wx.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wx.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.wx.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+a1b
+a2b
+a3b
+a4b
+a5b
+a6b
+a7b
+a8b
+a9b
+aab
Property changes on: trunk/usr.bin/jot/tests/regress.wx.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/usr.bin/jot/tests/regress.wxn.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.wxn.out 2018-07-07 19:20:13 UTC (rev 11517)
+++ trunk/usr.bin/jot/tests/regress.wxn.out 2018-07-07 19:21:32 UTC (rev 11518)
Property changes on: trunk/usr.bin/jot/tests/regress.wxn.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.x.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.x.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.x.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1 @@
+1,3,5,7,9,B,D,F,11,13,15,17,19,1B,1D,1F,21,23,25,27,29,2B,2D,2F,31,33,35,37,39,3B,3D,3F,41,43,45,47,49,4B,4D,4F,51,53,55,57,59,5B,5D,5F,61,63,65,67,69,6B,6D,6F,71,73,75,77,79,7B,7D,7F,81,83,85,87,89,8B,8D,8F,91,93,95,97,99,9B,9D,9F,A1,A3,A5,A7,A9,AB,AD,AF,B1,B3,B5,B7,B9,BB,BD,BF,C1,C3,C5,C8
Property changes on: trunk/usr.bin/jot/tests/regress.x.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.xaa.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.xaa.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.xaa.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,26 @@
+xaa
+xab
+xac
+xad
+xae
+xaf
+xag
+xah
+xai
+xaj
+xak
+xal
+xam
+xan
+xao
+xap
+xaq
+xar
+xas
+xat
+xau
+xav
+xaw
+xax
+xay
+xaz
Property changes on: trunk/usr.bin/jot/tests/regress.xaa.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/usr.bin/jot/tests/regress.yes.out
===================================================================
--- trunk/usr.bin/jot/tests/regress.yes.out (rev 0)
+++ trunk/usr.bin/jot/tests/regress.yes.out 2018-07-07 19:21:32 UTC (rev 11518)
@@ -0,0 +1,10 @@
+yes
+yes
+yes
+yes
+yes
+yes
+yes
+yes
+yes
+yes
Property changes on: trunk/usr.bin/jot/tests/regress.yes.out
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list