Home
last modified time | relevance | path

Searched refs:testseq (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/regress/bin/ksh/edit/
H A Demacs.sh37 testseq "abc" " # abc"
40 testseq "z\0002\0302\0200" " # z\b\0302\0200z\b"
41 testseq "z\0002\0337\0277" " # z\b\0337\0277z\b"
42 testseq "z\0002\0340\0240\0200" " # z\b\0340\0240\0200z\b"
43 testseq "z\0002\0354\0277\0277" " # z\b\0354\0277\0277z\b"
44 testseq "z\0002\0355\0200\0200" " # z\b\0355\0200\0200z\b"
45 testseq "z\0002\0355\0237\0277" " # z\b\0355\0237\0277z\b"
46 testseq "z\0002\0356\0200\0200" " # z\b\0356\0200\0200z\b"
47 testseq "z\0002\0357\0277\0277" " # z\b\0357\0277\0277z\b"
48 testseq "z\0002\0360\0220\0200\0200" " # z\b\0360\0220\0200\0200z\b"
[all …]
H A Dvi.sh37 testseq "ab\bc" " # ab\b \bc"
38 testseq "ab\0177c" " # ab\b \bc"
41 testseq "echo a\nb" " # echo a\r\r\na\r\n # b"
42 testseq "echo a\rb" " # echo a\r\r\na\r\n # b"
43 testseq "echo a\0033\nb" " # echo a\b\r\r\na\r\n # b"
44 testseq "echo a\0033\rb" " # echo a\b\r\r\na\r\n # b"
47 testseq "ab\0033ic\0025d" " # ab\bcb\b\b\bb \b\b\bdb\b"
50 testseq "a\0026\0033b" " # a^\b^[b"
53 testseq "one two\0027rep" " # one two\b\b\b \b\b\brep"
57 testseq "one\00330A two" " # one\b\b\bone two"
[all …]
H A Dsubr.sh18 testseq() { function
/openbsd-src/regress/bin/csh/
H A Dfilec.sh19 testseq() { function
56 testseq "echo a\n" "? echo a\r\na\r\n? "
57 testseq "echo \0001\n" "? echo ^A\r\n\0001\r\n? "
60 testseq "a\0004" "? a^D\r\nambiguous.1 ambiguous.2 \r\r\n? a"
61 testseq "ignore\0004" "? ignore^D\r\nignore.c ignore.o \r\r\n? ignore"
62 testseq "set ignoreeof\n\0004" \
64 testseq "set ignoreeof\na\0004" \
68 testseq "\0033" "? \0007"
69 testseq "c\0033" "? complete"
70 testseq "a\0033" "? a\0007mbiguous."
[all …]
/openbsd-src/regress/usr.bin/mail/
H A Dsend.sh19 testseq() { function
49 testseq "\0177" "Subject: "
50 testseq "a\0177" "Subject: a\b \b"
53 testseq "\0003" \
57 testseq "\0025" "Subject: "
58 testseq "ab\0025" "Subject: ab\b\b \b\b"
61 testseq "\0027" "Subject: "
62 testseq "ab\0027" "Subject: ab\b\b \b\b"
63 testseq "ab cd\0027\0027" "Subject: ab cd\b\b \b\b\b\b\b \b\b\b"