diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-01-28 00:23:54 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-01-28 00:23:54 +0000 |
| commit | 2e36ab236364fa38c564f586c46cb9182ce8fd14 (patch) | |
| tree | 6d9b606fbae5d5ab66ec5e8c71630d8908cf34cb /unit-tests/varmod-loop.exp | |
| parent | 31a96ca5f0b6e5f8f7fa8cecf3a5c4354b3b096f (diff) | |
Diffstat (limited to 'unit-tests/varmod-loop.exp')
| -rw-r--r-- | unit-tests/varmod-loop.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unit-tests/varmod-loop.exp b/unit-tests/varmod-loop.exp index bbe0037673b3..9b432c806885 100644 --- a/unit-tests/varmod-loop.exp +++ b/unit-tests/varmod-loop.exp @@ -13,4 +13,10 @@ mod-loop-dollar:$3$: mod-loop-dollar:$${word}$$: mod-loop-dollar:$$5$$: mod-loop-dollar:$$${word}$$$: +: t=$(( ${t:-0} + 1 )) +: dollar=end +: backslash=\ end +: dollar=$ at=@ backslash=\ end +: dollar=$$ at=@@ backslash=\\ end +: dollar=$$ at=@@ backslash=\\ end exit status 0 |
