Switch to side-by-side view

--- a/tests/html/html.sh
+++ b/tests/html/html.sh
@@ -13,6 +13,12 @@
 # Tests field extraction/storage and indexing
 recollq -m -q "testfield:testfieldvalue" | egrep 'results|^text/html|^testfield ='
 
+# more unaccenting tests
+recollq -q 'effaranteUTF8HTML'
+recollq -q 'effrayanteUTF8HTML'
+recollq -q 'accentueesUTF8HTML'
+recollq -q 'accentueesISOHTML'
+
 ) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
 
 diff -w ${myname}.txt $mystdout > $mydiffs 2>&1