*** ./expected/tsearch2.out	Wed May 31 10:05:31 2006
--- ./results/tsearch2.out	Mon Aug 21 20:01:12 2006
***************
*** 59,83 ****
  SELECT E'''1 \\''2'''::tsvector;
   tsvector 
  ----------
!  '1 \'2' 
  (1 row)
  
  SELECT E'''1 \\''2''3'::tsvector;
    tsvector   
  -------------
!  '3' '1 \'2'
  (1 row)
  
  SELECT E'''1 \\''2'' 3'::tsvector;
    tsvector   
  -------------
!  '3' '1 \'2'
  (1 row)
  
  SELECT E'''1 \\''2'' '' 3'' 4 '::tsvector;
       tsvector     
  ------------------
!  '4' ' 3' '1 \'2'
  (1 row)
  
  select '''w'':4A,3B,2C,1D,5 a:8';
--- 59,83 ----
  SELECT E'''1 \\''2'''::tsvector;
   tsvector 
  ----------
!  '1 ''2'
  (1 row)
  
  SELECT E'''1 \\''2''3'::tsvector;
    tsvector   
  -------------
!  '3' '1 ''2'
  (1 row)
  
  SELECT E'''1 \\''2'' 3'::tsvector;
    tsvector   
  -------------
!  '3' '1 ''2'
  (1 row)
  
  SELECT E'''1 \\''2'' '' 3'' 4 '::tsvector;
       tsvector     
  ------------------
!  '4' ' 3' '1 ''2'
  (1 row)
  
  select '''w'':4A,3B,2C,1D,5 a:8';
***************
*** 138,144 ****
  SELECT E'''1 \\''2'''::tsquery;
   tsquery 
  ---------
!  '1 \'2'
  (1 row)
  
  SELECT '!1'::tsquery;
--- 138,144 ----
  SELECT E'''1 \\''2'''::tsquery;
   tsquery 
  ---------
!  '1 ''2'
  (1 row)
  
  SELECT '!1'::tsquery;
***************
*** 336,342 ****
  SELECT E'1&(''2''&('' 4''&(\\|5 | ''6 \\'' !|&'')))'::tsquery;
                   tsquery                  
  ------------------------------------------
!  '1' & '2' & ' 4' & ( '|5' | '6 \' !|&' )
  (1 row)
  
  SELECT '''the wether'':dc & '' sKies '':BC & a:d b:a';
--- 336,342 ----
  SELECT E'1&(''2''&('' 4''&(\\|5 | ''6 \\'' !|&'')))'::tsquery;
                   tsquery                  
  ------------------------------------------
!  '1' & '2' & ' 4' & ( '|5' | '6 '' !|&' )
  (1 row)
  
  SELECT '''the wether'':dc & '' sKies '':BC & a:d b:a';

======================================================================

