Merge branch 'master' of ssh://git.privoxy.org:23/git/privoxy
[privoxy.git] / doc / webserver / developer-manual / testing.html
index 5b9a6dd..46c398c 100644 (file)
@@ -8,7 +8,7 @@
   <link rel="PREVIOUS" title="Coding Guidelines" href="coding.html">
   <link rel="NEXT" title="Releasing a New Version" href="newrelease.html">
   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
   <div class="NAVHEADER">
@@ -119,10 +119,10 @@ Aborting
 
 $ export ASAN_OPTIONS='abort_on_error=1'
 $ mkdir input output
-$ echo '$1 bla fasel $2' &gt; input/pcrs
+$ echo '$1 bla fasel $2' &#62; input/pcrs
 $ afl-fuzz -i input -o output -m none ~/git/privoxy/privoxy --fuzz pcrs-substitute - --stfu
 
-$ cat &gt;input/pcrs.txt
+$ cat &#62;input/pcrs.txt
 FILTER: bla fasel
 s@(.{1})[432](\d+)@$1$2$hostname@UgisT