added test cases
This commit is contained in:
parent
ba64514345
commit
a8f124f637
@ -21,6 +21,9 @@ recollq -q 'accentueesISOHTML'
|
||||
|
||||
recollq -q html5charsetaccentue
|
||||
|
||||
# Stripping trade mark and copyright signs
|
||||
recollq -q filename:signs.html Registered Trademark Copyright SoundCopyright
|
||||
|
||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||
|
||||
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||
|
||||
@ -20,3 +20,5 @@ text/html [file:///home/dockes/projets/fulltext/testrecoll/html/utf8.html] [Some
|
||||
text/html [file:///home/dockes/projets/fulltext/testrecoll/html/iso.html] [Some chars] 249 bytes
|
||||
1 results
|
||||
text/html [file:///home/dockes/projets/fulltext/testrecoll/html/html5charset.html] [html5charset.html] 113 bytes
|
||||
1 results
|
||||
text/html [file:///home/dockes/projets/fulltext/testrecoll/html/signs.html] [signs.html] 230 bytes
|
||||
|
||||
@ -9,6 +9,8 @@ initvariables $0
|
||||
# in misc.zip
|
||||
(
|
||||
recollq Anemometre
|
||||
recollq embed_stylesheet filename:'docutils*'
|
||||
|
||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||
|
||||
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||
|
||||
@ -2,3 +2,5 @@
|
||||
text/plain [file:///home/dockes/projets/fulltext/testrecoll/txt/liste.txt] [liste.txt] 1182 bytes
|
||||
text/plain [file:///home/dockes/projets/fulltext/testrecoll/txt/liste1.txt] [liste1.txt] 893 bytes
|
||||
text/plain [file:///home/dockes/projets/fulltext/testrecoll/zip/misc.zip] [misc.zip] 1181 bytes
|
||||
1 results
|
||||
text/x-ini [file:///home/dockes/projets/fulltext/testrecoll/txt/docutils.ini] [docutils.ini] 177 bytes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user