Commit 011c520c authored by Teodor Sigaev's avatar Teodor Sigaev

renew output of regression test accordingly to

http://archives.postgresql.org/pgsql-committers/2006-02/msg00089.php
parent af03b689
...@@ -757,7 +757,7 @@ select * from parse('default', '345 qwe@efd.r '' http://www.com/ http://aew.werc ...@@ -757,7 +757,7 @@ select * from parse('default', '345 qwe@efd.r '' http://www.com/ http://aew.werc
12 | 12 |
13 | <a href="qwe<qwe>"> 13 | <a href="qwe<qwe>">
12 | 12 |
:
19 | /usr/local/fff 19 | /usr/local/fff
12 | 12 |
19 | /awdf/dwqe/4325 19 | /awdf/dwqe/4325
...@@ -794,7 +794,7 @@ select * from parse('default', '345 qwe@efd.r '' http://www.com/ http://aew.werc ...@@ -794,7 +794,7 @@ select * from parse('default', '345 qwe@efd.r '' http://www.com/ http://aew.werc
12 | . 12 | .
22 | 234 22 | 234
12 | 12 |
:
12 | < 12 | <
1 | i 1 | i
12 | 12 |
...@@ -2400,10 +2400,10 @@ The sculpture of these granite seams, ...@@ -2400,10 +2400,10 @@ The sculpture of these granite seams,
Upon a woman s face. E. J. Pratt (1882 1964) Upon a woman s face. E. J. Pratt (1882 1964)
', to_tsquery('sea&thousand&years')); ', to_tsquery('sea&thousand&years'));
headline headline
----------------------------------------------------------------------------------------------------------------------- --------------------------------------------
<b>sea</b> a <b>thousand</b> <b>years</b>, <b>sea</b> a <b>thousand</b> <b>years</b>,
A <b>thousand</b> <b>years</b> to trace A <b>thousand</b> <b>years</b> to trace
The granite features of this cliff The granite features of this cliff
(1 row) (1 row)
...@@ -2417,10 +2417,10 @@ The sculpture of these granite seams, ...@@ -2417,10 +2417,10 @@ The sculpture of these granite seams,
Upon a woman s face. E. J. Pratt (1882 1964) Upon a woman s face. E. J. Pratt (1882 1964)
', to_tsquery('granite&sea')); ', to_tsquery('granite&sea'));
headline headline
-------------------------------------------------------------------------------------------------- -------------------------------------------
<b>sea</b> a thousand years, <b>sea</b> a thousand years,
A thousand years to trace A thousand years to trace
The <b>granite</b> features of this cliff The <b>granite</b> features of this cliff
(1 row) (1 row)
...@@ -2434,10 +2434,10 @@ The sculpture of these granite seams, ...@@ -2434,10 +2434,10 @@ The sculpture of these granite seams,
Upon a woman s face. E. J. Pratt (1882 1964) Upon a woman s face. E. J. Pratt (1882 1964)
', to_tsquery('sea')); ', to_tsquery('sea'));
headline headline
------------------------------------------------------------------------------------------- ------------------------------------
<b>sea</b> a thousand years, <b>sea</b> a thousand years,
A thousand years to trace A thousand years to trace
The granite features of this cliff The granite features of this cliff
(1 row) (1 row)
select headline(' select headline('
...@@ -2454,19 +2454,19 @@ ff-bg ...@@ -2454,19 +2454,19 @@ ff-bg
</html>', </html>',
to_tsquery('sea&foo'), 'HighlightAll=true'); to_tsquery('sea&foo'), 'HighlightAll=true');
headline headline
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------
<html> <html>
<!-- some comment --> <!-- some comment -->
<body> <body>
<b>Sea</b> view wow <u><b>foo</b> bar</u> <i>qq</i> <b>Sea</b> view wow <u><b>foo</b> bar</u> <i>qq</i>
<a href="http://www.google.com/foo.bar.html" target="_blank">YES &nbsp;</a> <a href="http://www.google.com/foo.bar.html" target="_blank">YES &nbsp;</a>
ff-bg ff-bg
<script> <script>
document.write(15); document.write(15);
</script> </script>
</body> </body>
</html> </html>
(1 row) (1 row)
--check debug --check debug
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment