Switch to side-by-side view

--- a
+++ b/tests/epub/epub.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+topdir=`dirname $0`/..
+. $topdir/shared.sh
+
+initvariables $0
+
+(
+recollq '"Philip K Dick 1962"'
+recollq '"fatality. Miss Laura Chase, 25,"'
+recollq '"Catherine trembled from head to foot"'
+) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
+
+diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
+
+checkresult