diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2018-08-13 04:47:36 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-13 12:22:11 -0700 |
commit | 06fc5c9f90da9be18371bafad5f35b6b17cbf49e (patch) | |
tree | 63a687d5cf04e2e1a0d9a70ffacc8c0dbbbd38df /t/t7408-submodule-reference.sh | |
parent | chainlint: match 'quoted' here-doc tags (diff) | |
download | tgif-06fc5c9f90da9be18371bafad5f35b6b17cbf49e.tar.xz |
chainlint: recognize multi-line $(...) when command cuddled with "$("
For multi-line $(...) expressions nested within subshells, chainlint.sed
only recognizes:
x=$(
echo foo &&
...
but it is not unlikely that test authors may also cuddle the command
with the opening "$(", so support that style, as well:
x=$(echo foo &&
...
The closing ")" is already correctly recognized when cuddled or not.
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7408-submodule-reference.sh')
0 files changed, 0 insertions, 0 deletions