Merge branch 'es/chain-lint-more'
commitace1f99cc8cf0a688f36c094552f90a398eb137f
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 18:33:53 +0000 (20 11:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 18:33:53 +0000 (20 11:33 -0700)
tree09e7c492f8cae8e078ff91df706901308c8504fc
parenta15bfa517dc2b8165ca038300faef60fa66cfcc6
parent4f69176feb1b441d46dab7a0ac679df7edf44f5f
Merge branch 'es/chain-lint-more'

Improve built-in facility to catch broken &&-chain in the tests.

* es/chain-lint-more:
  chainlint: add test of pathological case which triggered false positive
  chainlint: recognize multi-line quoted strings more robustly
  chainlint: let here-doc and multi-line string commence on same line
  chainlint: recognize multi-line $(...) when command cuddled with "$("
  chainlint: match 'quoted' here-doc tags
  chainlint: match arbitrary here-docs tags rather than hard-coded names