typo, found by Joerg Schilling

This commit is contained in:
tg 2016-05-31 19:59:53 +00:00
parent 9ab9ee194c
commit 8d811d19d4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/check.t,v 1.732 2016/05/17 15:36:31 tg Exp $ # $MirOS: src/bin/mksh/check.t,v 1.733 2016/05/31 19:59:53 tg Exp $
# -*- mode: sh -*- # -*- mode: sh -*-
#- #-
# Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
@ -199,7 +199,7 @@ description:
stdin: stdin:
alias X='case ' alias X='case '
alias Y=Z alias Y=Z
X Y in 'Y') echo is y ;; Z) echo is z ; esac X Y in 'Y') echo is y ;; Z) echo is z ;; esac
expected-stdout: expected-stdout:
is z is z
--- ---