瀏覽代碼

tests: Followup to fd061b5730bf: quote both expected and actual output.

pull/309/head
Daniel Shahaf 8 年之前
父節點
當前提交
56a867076c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tests/test-highlighting.zsh

+ 1
- 1
tests/test-highlighting.zsh 查看文件

@ -110,7 +110,7 @@ run_test_internal() {
[[ -n "$highlight_zone[4]" ]] && todo=" # TODO $highlight_zone[4]"
for j in {$highlight_zone[1]..$highlight_zone[2]}; do
if [[ "$observed_result[$j]" != "$highlight_zone[3]" ]]; then
echo "not ok $i ${(qqq)BUFFER[$highlight_zone[1],$highlight_zone[2]]} [$highlight_zone[1],$highlight_zone[2]]: expected $highlight_zone[3], observed ${(qqq)observed_result[$j]}.$todo"
echo "not ok $i ${(qqq)BUFFER[$highlight_zone[1],$highlight_zone[2]]} [$highlight_zone[1],$highlight_zone[2]]: expected ${(qqq)highlight_zone[3]}, observed ${(qqq)observed_result[$j]}.$todo"
continue 2
fi
done

Loading…
取消
儲存