'main': Fix issue #577.

This commit is contained in:
Daniel Shahaf
2020-02-28 22:22:35 +00:00
parent 9880276756
commit edfc7dfd9b
2 changed files with 3 additions and 4 deletions

View File

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