brackets: Ignore quotes

Closes #112. Closes #138.
This commit is contained in:
Matthew Martin
2017-11-15 21:14:28 -06:00
parent 7177ba005f
commit ecdda36ef5
4 changed files with 9 additions and 42 deletions

View File

@@ -30,5 +30,7 @@
BUFFER='echo "foo ( bar"'
expected_region_highlight=(
"1 16 NONE" # We expect the brackets highlighter to do nothing
"1 10 NONE"
"11 11 bracket-error"
"12 16 NONE"
)