diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-11-23 11:22:23 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-11-23 11:22:23 +0900 |
| commit | 613fb30a49d0037b9fc7162b440cb89beab3d4e2 (patch) | |
| tree | 590c0330c92cca2016bb4dc53e7f3adb30df2c11 /t/chainlint/while-loop.expect | |
| parent | 58d80df6a3acdadad75d04d5b5e86678c1c922bc (diff) | |
| parent | 73c768dae9ea4838736693965b25ba34e941ac88 (diff) | |
| download | git-613fb30a49d0037b9fc7162b440cb89beab3d4e2.tar.gz | |
Merge branch 'es/chainlint-output'
Teach chainlint.pl to annotate the original test definition instead
of the token stream.
* es/chainlint-output:
chainlint: annotate original test definition rather than token stream
chainlint: latch start/end position of each token
chainlint: tighten accuracy when consuming input stream
chainlint: add explanatory comments
Diffstat (limited to 't/chainlint/while-loop.expect')
| -rw-r--r-- | t/chainlint/while-loop.expect | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/chainlint/while-loop.expect b/t/chainlint/while-loop.expect index f272aa21fe..1f5eaea0fd 100644 --- a/t/chainlint/while-loop.expect +++ b/t/chainlint/while-loop.expect @@ -2,7 +2,9 @@ while true do echo foo ?!AMP?! - cat <<-EOF ?!LOOP?! + cat <<-\EOF ?!LOOP?! + bar + EOF done ?!AMP?! while true; do echo foo && |
