summary refs log tree commit diff
path: root/bin/cash/tests/expansion/length1.0
blob: 70840955bc01640b83b10fdbfe624feb0f2f9b6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD: releng/12.0/bin/sh/tests/expansion/length1.0 219611 2011-03-13 16:20:38Z jilles $

v=abcd
[ "${#v}" = 4 ] || echo '${#v} wrong'
v=$$
[ "${#$}" = "${#v}" ] || echo '${#$} wrong'
[ "${#!}" = 0 ] || echo '${#!} wrong'
set -- 01 2 3 4 5 6 7 8 9 10 11 12 0013
[ "${#1}" = 2 ] || echo '${#1} wrong'
[ "${#13}" = 4 ] || echo '${#13} wrong'
v=$0
[ "${#0}" = "${#v}" ] || echo '${#0} wrong'
0d997b42699788&follow=1'>Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe