fix typo (blsk -> bksl)

This commit is contained in:
tg
2007-09-07 23:57:14 +00:00
parent 6c47b381c2
commit daf019728c

14
check.t
View File

@@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/check.t,v 1.136 2007/08/19 22:06:25 tg Exp $ # $MirOS: src/bin/mksh/check.t,v 1.137 2007/09/07 23:57:14 tg Exp $
# $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $
# $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $
# $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
@@ -226,7 +226,7 @@ expected-stdout:
hi \ hi \
there there
--- ---
name: blsk-nl-ign-4 name: bksl-nl-ign-4
description: description:
Check interaction of aliases, single quotes and here-documents Check interaction of aliases, single quotes and here-documents
with backslash-newline with backslash-newline
@@ -250,7 +250,7 @@ expected-stdout:
more\ more\
stuff$a stuff$a
--- ---
name: blsk-nl-ign-5 name: bksl-nl-ign-5
description: description:
Check what happens with backslash at end of input Check what happens with backslash at end of input
(the old bourne shell trashes them; so do we) (the old bourne shell trashes them; so do we)
@@ -449,7 +449,7 @@ expected-stdout:
0 0
hi hi
--- ---
name: blsk-nl-9 name: bksl-nl-9
description: description:
Check that \ at the end of an alias is collapsed when followed Check that \ at the end of an alias is collapsed when followed
by a newline by a newline
@@ -461,7 +461,7 @@ stdin:
expected-stdout: expected-stdout:
hiecho there hiecho there
--- ---
name: blsk-nl-10 name: bksl-nl-10
description: description:
Check that \newline in a keyword is collapsed Check that \newline in a keyword is collapsed
stdin: stdin:
@@ -475,7 +475,7 @@ expected-stdout:
# #
# Places \newline should be collapsed (ksh extensions) # Places \newline should be collapsed (ksh extensions)
# #
name: blsk-nl-ksh-1 name: bksl-nl-ksh-1
description: description:
Check that \newline is collapsed in extended globbing Check that \newline is collapsed in extended globbing
(ksh93 fails this) (ksh93 fails this)
@@ -492,7 +492,7 @@ stdin:
expected-stdout: expected-stdout:
ok ok
--- ---
name: blsk-nl-ksh-2 name: bksl-nl-ksh-2
description: description:
Check that \newline is collapsed in ((...)) expressions Check that \newline is collapsed in ((...)) expressions
(ksh93 fails this) (ksh93 fails this)