mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 10:53:24 -04:00
* directly after a $
* directly after ${
* between the characters of a multi-character operator token
* within a parameter name
8 lines
74 B
Text
8 lines
74 B
Text
# $FreeBSD$
|
|
|
|
v=abcd
|
|
[ "$\
|
|
v.$\
|
|
{v}.${\
|
|
v}.${v\
|
|
}" = abcd.abcd.abcd.abcd ]
|