'main': Fix issue #290, «Mishighlights "longloops" 'repeat'».

This commit is contained in:
Daniel Shahaf
2016-05-13 02:50:17 +00:00
parent 4832f18c50
commit ef68f50c04
2 changed files with 5 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ BUFFER='repeat 42; do ls; done'
expected_region_highlight+=(
"1 6 reserved-word" # repeat
"8 9 default" # 42
"10 10 commandseparator 'issue #290'" # ;
"10 10 commandseparator" # ;
"12 13 reserved-word" # do
"15 16 command" # ls
"17 17 commandseparator" # ;