Browse Source

Also test pdf escape sequences

Antialize 15 years ago
parent
commit
6bc61d8cad
1 changed files with 1 additions and 1 deletions
  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
 }