Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2021-12-13 09:30:54 +0300
committerJunio C Hamano <gitster@pobox.com>2021-12-14 01:15:29 +0300
commit5be30d0cd301f50e5f4dd992bc11ce75f457cf46 (patch)
tree61caace41b4929f5470b34d5767e7afa14544116 /t/chainlint/loop-in-if.expect
parent0d7131763e7762dc34c407f32e3c63123001a292 (diff)
chainlint.sed: drop subshell-closing ">" annotation
chainlint.sed inserts a ">" annotation at the beginning of a line to signal that its heuristics have identified an end-of-subshell. This was useful as a debugging aid during development of the script, but it has no value to test writers and might even confuse them into thinking that the linter is misbehaving by inserting line-noise into the shell code it is validating. Moreover, its presence also potentially makes it difficult to reuse the chainlint self-test "expect" output should a more capable linter ever be developed. Therefore, drop the ">" annotation. Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/chainlint/loop-in-if.expect')
-rw-r--r--t/chainlint/loop-in-if.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/loop-in-if.expect b/t/chainlint/loop-in-if.expect
index cebd3ae95e..e1be42376c 100644
--- a/t/chainlint/loop-in-if.expect
+++ b/t/chainlint/loop-in-if.expect
@@ -9,4 +9,4 @@
foo
fi ?!AMP?!
bar
->)
+)