浏览代码

Also test pdf escape sequences

Antialize 15 年之前
父节点
当前提交
6bc61d8cad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/test.sh

+ 1 - 1
scripts/test.sh

@@ -182,7 +182,7 @@ function testCookies() {
 }
 
 function testTitle() {
-    title="fooæøåおさか おかみ"
+    title="\()fooæøåおさか おかみ"
     wk http://google.com --title "$title" tmp.pdf 2>$LEVEL2 >$LEVEL1
     ([ -f tmp.pdf ] && [[ "$(pdfinfo tmp.pdf  | sed -nre 's/Title:[\t ]*//p')" == "$title" ]]) && good $1 || bad $1
 }