summary refs log tree commit diff
path: root/bin/cash/tests/expansion/ifs6.0
blob: fcf828106ca570bd65ffa2fe26a2b5d44227eeb8 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.0/bin/sh/tests/expansion/ifs6.0 280920 2015-03-31 20:59:37Z jilles $

IFS=': '
x=': :'
set -- $x
[ "$#|$1|$2|$3" = "2|||" ]
9db92745bcbaa8a9345eed26848d39dc3ea220&follow=1'>Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe