]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3206-range-diff.sh
t3206: disable parameter substitution in heredoc
authorDenton Liu <liu.denton@gmail.com>
Wed, 20 Nov 2019 21:18:36 +0000 (13:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 00:29:52 +0000 (09:29 +0900)
commit79f3950d02fdf52ff873b5e36ed435eddf17b8a7
treecb9b7cbb9ac01257a8f4119ee4c456b7e257d058
parent3a6e48e9f7c4ca8b7af1b82c8de1d51eb0348bed
t3206: disable parameter substitution in heredoc

In the first heredoc, parameter substitution is not used so prevent it
from happening in the future (perhaps by accident) by escaping the limit
EOF.

The remaining heredocs use parameter substitution so they cannot be
changed.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3206-range-diff.sh