Switch to unified view

a/tests/html/html.sh b/tests/html/html.sh
...
...
11
# Tests that the charset spec is correctly recognised inside badhtml.html
11
# Tests that the charset spec is correctly recognised inside badhtml.html
12
recollq -a 'etonne badhtml' 
12
recollq -a 'etonne badhtml' 
13
# Tests field extraction/storage and indexing
13
# Tests field extraction/storage and indexing
14
recollq -m -q "testfield:testfieldvalue" | egrep 'results|^text/html|^testfield ='
14
recollq -m -q "testfield:testfieldvalue" | egrep 'results|^text/html|^testfield ='
15
15
16
# more unaccenting tests
17
recollq -q 'effaranteUTF8HTML'
18
recollq -q 'effrayanteUTF8HTML'
19
recollq -q 'accentueesUTF8HTML'
20
recollq -q 'accentueesISOHTML'
21
16
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
22
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
17
23
18
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
24
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
19
25
20
checkresult
26
checkresult