renew output of regression test accordingly to
http://archives.postgresql.org/pgsql-committers/2006-02/msg00089.php
This commit is contained in:
parent
af03b689dd
commit
011c520cb6
@ -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
|
|||||||
12 | .
|
12 | .
|
||||||
22 | 234
|
22 | 234
|
||||||
12 |
|
12 |
|
||||||
|
:
|
||||||
12 | <
|
12 | <
|
||||||
1 | i
|
1 | i
|
||||||
12 |
|
12 |
|
||||||
@ -2399,11 +2399,11 @@ An hour of storm to place
|
|||||||
The sculpture of these granite seams,
|
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)
|
||||||
|
|
||||||
|
|
||||||
@ -2416,11 +2416,11 @@ An hour of storm to place
|
|||||||
The sculpture of these granite seams,
|
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)
|
||||||
|
|
||||||
|
|
||||||
@ -2433,11 +2433,11 @@ An hour of storm to place
|
|||||||
The sculpture of these granite seams,
|
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('
|
||||||
@ -2448,25 +2448,25 @@ Sea view wow <u>foo bar</u> <i>qq</i>
|
|||||||
<a href="http://www.google.com/foo.bar.html" target="_blank">YES </a>
|
<a href="http://www.google.com/foo.bar.html" target="_blank">YES </a>
|
||||||
ff-bg
|
ff-bg
|
||||||
<script>
|
<script>
|
||||||
document.write(15);
|
document.write(15);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</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 </a>
|
<a href="http://www.google.com/foo.bar.html" target="_blank">YES </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
|
||||||
|
@ -351,7 +351,7 @@ Sea view wow <u>foo bar</u> <i>qq</i>
|
|||||||
<a href="http://www.google.com/foo.bar.html" target="_blank">YES </a>
|
<a href="http://www.google.com/foo.bar.html" target="_blank">YES </a>
|
||||||
ff-bg
|
ff-bg
|
||||||
<script>
|
<script>
|
||||||
document.write(15);
|
document.write(15);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>',
|
</html>',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user