瀏覽代碼

tests: Fix the test added in the last commit.

pull/700/head
Daniel Shahaf 4 年之前
父節點
當前提交
dfc41123d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      highlighters/main/test-data/backslash-continuation2.zsh

+ 1
- 1
highlighters/main/test-data/backslash-continuation2.zsh 查看文件

@ -32,6 +32,6 @@ BUFFER=$'echo foo\\\nbar"baz"'
expected_region_highlight=(
'1 4 builtin' # echo
'6 18 default' # foo\\\nbar"baz"
'6 18 default "issue #705"' # foo\\\nbar"baz"
'14 18 double-quoted-argument "issue #705"' # "baz"
)

Loading…
取消
儲存