'main': Highlight pipes inside array assignments as errors

This commit is contained in:
Daniel Shahaf 2019-12-26 16:15:24 +00:00
commit 1150e3ed67
5 changed files with 137 additions and 3 deletions

View file

@ -32,7 +32,7 @@ BUFFER=$'foo=(\nbar) env'
expected_region_highlight=(
'1 5 assign' # foo=(
'6 6 commandseparator' # \n
'6 6 default' # \n
'7 9 default' # bar
'10 10 assign' # )
'12 14 command' # env