'main': Fix the currently-failing test for issue #577.

It is fixed in the next commit.
This commit is contained in:
Daniel Shahaf 2020-02-28 22:22:27 +00:00
parent 027f522300
commit 9880276756

View file

@ -39,6 +39,9 @@ expected_region_highlight=(
'19 24 reserved-word' # always
'26 26 reserved-word' # {
'28 31 builtin' # echo
'33 33 default' # *
'33 33 globbing "issue #577"' # *
'35 35 reserved-word' # }
)
expected_mismatch="expected default+globbing, observed default"