Akron | 0e1ed24 | 2018-10-11 13:22:00 +0200 | [diff] [blame] | 1 | use Mojo::Base -strict; |
| 2 | use Test::Mojo; |
| 3 | use Test::More; |
Akron | 3239663 | 2018-10-11 17:08:37 +0200 | [diff] [blame] | 4 | use Mojo::File qw/path/; |
Akron | 909ed08 | 2019-12-11 21:38:27 +0100 | [diff] [blame] | 5 | use Kalamar::Controller::Search; |
Akron | 3239663 | 2018-10-11 17:08:37 +0200 | [diff] [blame] | 6 | |
| 7 | |
| 8 | ##################### |
| 9 | # Start Fake server # |
| 10 | ##################### |
Akron | 63d963b | 2019-07-05 15:35:51 +0200 | [diff] [blame] | 11 | my $mount_point = '/realapi/'; |
Akron | 3239663 | 2018-10-11 17:08:37 +0200 | [diff] [blame] | 12 | $ENV{KALAMAR_API} = $mount_point; |
Akron | 0e1ed24 | 2018-10-11 13:22:00 +0200 | [diff] [blame] | 13 | |
| 14 | my $t = Test::Mojo->new('Kalamar'); |
| 15 | |
Akron | 3239663 | 2018-10-11 17:08:37 +0200 | [diff] [blame] | 16 | # Mount fake backend |
| 17 | # Get the fixture path |
Akron | 73f3608 | 2018-10-25 15:34:59 +0200 | [diff] [blame] | 18 | my $fixtures_path = path(Mojo::File->new(__FILE__)->dirname, 'server'); |
Akron | 3239663 | 2018-10-11 17:08:37 +0200 | [diff] [blame] | 19 | my $fake_backend = $t->app->plugin( |
| 20 | Mount => { |
| 21 | $mount_point => |
Akron | 73f3608 | 2018-10-25 15:34:59 +0200 | [diff] [blame] | 22 | $fixtures_path->child('mock.pl') |
Akron | 3239663 | 2018-10-11 17:08:37 +0200 | [diff] [blame] | 23 | } |
| 24 | ); |
| 25 | # Configure fake backend |
| 26 | $fake_backend->pattern->defaults->{app}->log($t->app->log); |
| 27 | |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 28 | my $q = qr!(?:\"|")!; |
| 29 | |
Akron | 0e1ed24 | 2018-10-11 13:22:00 +0200 | [diff] [blame] | 30 | # Query passed |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 31 | $t->get_ok('/?q=baum') |
Akron | 0e1ed24 | 2018-10-11 13:22:00 +0200 | [diff] [blame] | 32 | ->status_is(200) |
| 33 | ->text_is('#error','') |
Akron | 69481a4 | 2021-03-22 10:31:16 +0100 | [diff] [blame] | 34 | ->content_type_is('text/html;charset=UTF-8') |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 35 | |
Akron | 3239663 | 2018-10-11 17:08:37 +0200 | [diff] [blame] | 36 | ->text_is('title', 'KorAP: Find »baum« with Poliqarp') |
| 37 | ->element_exists('meta[name="DC.title"][content="KorAP: Find »baum« with Poliqarp"]') |
Akron | 0e1ed24 | 2018-10-11 13:22:00 +0200 | [diff] [blame] | 38 | ->element_exists('body[itemscope][itemtype="http://schema.org/SearchResultsPage"]') |
Akron | dffa939 | 2018-10-12 16:26:09 +0200 | [diff] [blame] | 39 | |
| 40 | # Total results |
Akron | 3239663 | 2018-10-11 17:08:37 +0200 | [diff] [blame] | 41 | ->text_is('#total-results', 51) |
Akron | dffa939 | 2018-10-12 16:26:09 +0200 | [diff] [blame] | 42 | |
| 43 | # Total pages |
Akron | 18a2a27 | 2020-06-16 11:47:38 +0200 | [diff] [blame] | 44 | ->element_count_is('#pagination > a', 5) |
Akron | dffa939 | 2018-10-12 16:26:09 +0200 | [diff] [blame] | 45 | |
Akron | 9bd140e | 2021-07-27 16:20:03 +0200 | [diff] [blame^] | 46 | ->element_exists_not('#resultinfo > #pagination') |
| 47 | |
Akron | dffa939 | 2018-10-12 16:26:09 +0200 | [diff] [blame] | 48 | # api_response |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 49 | ->content_like(qr/${q}authorized${q}:null/) |
| 50 | ->content_like(qr/${q}pubDate${q},${q}subTitle${q},${q}author${q}/) |
Akron | dffa939 | 2018-10-12 16:26:09 +0200 | [diff] [blame] | 51 | |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 52 | # No cutOff |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 53 | ->content_unlike(qr!${q}cutOff${q}:true!) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 54 | |
Akron | dffa939 | 2018-10-12 16:26:09 +0200 | [diff] [blame] | 55 | ->element_exists('li[data-text-sigle=GOE/AGI/00000]') |
| 56 | ->element_exists('li:nth-of-type(1) div.flop') |
| 57 | ->element_exists('li[data-text-sigle=GOE/AGI/00001]') |
| 58 | ->element_exists('li:nth-of-type(2) div.flip') |
| 59 | |
| 60 | # Match1 |
| 61 | ->element_exists('li:nth-of-type(1)' . |
| 62 | '[data-match-id="p2030-2031"]' . |
| 63 | '[data-text-sigle="GOE/AGI/00000"]' . |
| 64 | '[id="GOE/AGI/00000#p2030-2031"]' . |
| 65 | '[data-available-info^="base/s=spans"]' . |
| 66 | '[data-info^="{"]') |
| 67 | ->text_is('li:nth-of-type(1) div.meta', 'GOE/AGI/00000') |
| 68 | ->element_exists('li:nth-of-type(1) div.match-main div.match-wrap div.snippet') |
| 69 | ->element_exists('li:nth-of-type(1) div.snippet.startMore.endMore') |
| 70 | ->text_like('li:nth-of-type(1) div.snippet span.context-left',qr!sie etwas bedeuten!) |
| 71 | ->text_like('li:nth-of-type(1) div.snippet span.context-left',qr!sie etwas bedeuten!) |
| 72 | ->text_is('li:nth-of-type(1) div.snippet span.match mark','Baum') |
| 73 | ->text_like('li:nth-of-type(1) div.snippet span.context-right',qr!es war!) |
| 74 | ->text_is('li:nth-of-type(1) p.ref strong', 'Italienische Reise') |
| 75 | ->text_like('li:nth-of-type(1) p.ref', qr!by Goethe, Johann Wolfgang!) |
| 76 | ->text_is('li:nth-of-type(1) p.ref time[datetime=1982]', 1982) |
| 77 | ->text_is('li:nth-of-type(1) p.ref span.sigle', '[GOE/AGI/00000]') |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 78 | ->header_isnt('X-Kalamar-Cache', 'true') |
Akron | 0e1ed24 | 2018-10-11 13:22:00 +0200 | [diff] [blame] | 79 | ; |
| 80 | |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 81 | $t->get_ok('/?q=[orth=das') |
Akron | 7093b81 | 2018-10-19 17:28:21 +0200 | [diff] [blame] | 82 | ->status_is(400) |
| 83 | ->text_is('div.notify-error:nth-of-type(1)', '302: Parantheses/brackets unbalanced.') |
Akron | bc33beb | 2018-11-30 13:46:08 +0100 | [diff] [blame] | 84 | ->element_exists('#search') |
Akron | 7093b81 | 2018-10-19 17:28:21 +0200 | [diff] [blame] | 85 | ->text_like('div.notify-error:nth-of-type(2)', qr!302: Could not parse query .+? \[orth=das.+?!) |
| 86 | ; |
| 87 | |
Akron | 73f3608 | 2018-10-25 15:34:59 +0200 | [diff] [blame] | 88 | # Check for query error with ql (from remote.t) |
| 89 | $t->get_ok('/?q=[orth=das&ql=poliqarp') |
| 90 | ->element_exists('.notify-error') |
| 91 | ->text_is('.notify-error', '302: Parantheses/brackets unbalanced.') |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 92 | ->content_like(qr!data-koralquery=!) |
Akron | 3c390c4 | 2020-03-30 09:06:21 +0200 | [diff] [blame] | 93 | ->text_is('.no-results:nth-of-type(1)', 'Unable to perform the action.') |
Akron | 73f3608 | 2018-10-25 15:34:59 +0200 | [diff] [blame] | 94 | ; |
| 95 | |
| 96 | |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 97 | # Query with partial cache (for total results) |
| 98 | $t->get_ok('/?q=baum') |
| 99 | ->status_is(200) |
| 100 | ->text_is('#error','') |
| 101 | ->text_is('title', 'KorAP: Find »baum« with Poliqarp') |
| 102 | ->element_exists('meta[name="DC.title"][content="KorAP: Find »baum« with Poliqarp"]') |
| 103 | ->element_exists('body[itemscope][itemtype="http://schema.org/SearchResultsPage"]') |
| 104 | ->header_isnt('X-Kalamar-Cache', 'true') |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 105 | ->content_like(qr!${q}cutOff${q}:true!) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 106 | ->text_is('#total-results', 51) |
| 107 | ; |
| 108 | |
Akron | 385249d | 2018-10-29 12:26:29 +0100 | [diff] [blame] | 109 | # Query without partial cache (unfortunately) (but no total results) |
| 110 | $t->get_ok('/?q=baum&cutoff=true') |
| 111 | ->status_is(200) |
| 112 | ->text_is('#error','') |
| 113 | ->text_is('title', 'KorAP: Find »baum« with Poliqarp') |
| 114 | ->element_exists('meta[name="DC.title"][content="KorAP: Find »baum« with Poliqarp"]') |
| 115 | ->element_exists('body[itemscope][itemtype="http://schema.org/SearchResultsPage"]') |
| 116 | ->header_isnt('X-Kalamar-Cache', 'true') |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 117 | ->content_like(qr!${q}cutOff${q}:true!) |
Akron | 385249d | 2018-10-29 12:26:29 +0100 | [diff] [blame] | 118 | ->element_exists_not('#total-results') |
| 119 | ; |
| 120 | |
| 121 | # Query with partial cache (but no total results) |
| 122 | $t->get_ok('/?q=baum&cutoff=true') |
| 123 | ->status_is(200) |
| 124 | ->text_is('#error','') |
| 125 | ->text_is('title', 'KorAP: Find »baum« with Poliqarp') |
| 126 | ->element_exists('meta[name="DC.title"][content="KorAP: Find »baum« with Poliqarp"]') |
| 127 | ->element_exists('body[itemscope][itemtype="http://schema.org/SearchResultsPage"]') |
| 128 | ->header_is('X-Kalamar-Cache', 'true') |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 129 | ->content_like(qr!${q}cutOff${q}:true!) |
Akron | 385249d | 2018-10-29 12:26:29 +0100 | [diff] [blame] | 130 | ->element_exists_not('#total-results') |
| 131 | ; |
| 132 | |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 133 | # Query with full cache |
| 134 | $t->get_ok('/?q=baum') |
| 135 | ->status_is(200) |
| 136 | ->text_is('#error','') |
| 137 | ->text_is('title', 'KorAP: Find »baum« with Poliqarp') |
| 138 | ->element_exists('meta[name="DC.title"][content="KorAP: Find »baum« with Poliqarp"]') |
| 139 | ->element_exists('body[itemscope][itemtype="http://schema.org/SearchResultsPage"]') |
| 140 | ->header_is('X-Kalamar-Cache', 'true') |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 141 | ->content_like(qr!${q}cutOff${q}:true!) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 142 | ->text_is('#total-results', 51) |
| 143 | ; |
| 144 | |
| 145 | |
| 146 | # Query with page information |
| 147 | $t->get_ok('/?q=der&p=1&count=2') |
| 148 | ->status_is(200) |
| 149 | ->text_is('#error','') |
| 150 | ->text_is('title', 'KorAP: Find »der« with Poliqarp') |
| 151 | |
| 152 | # Total results |
| 153 | ->text_is('#total-results', '14,581') |
| 154 | |
| 155 | # Total pages |
Akron | 18a2a27 | 2020-06-16 11:47:38 +0200 | [diff] [blame] | 156 | ->element_count_is('#pagination > a', 7) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 157 | ->text_is('#pagination a:nth-of-type(6) span', 7291) |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 158 | ->content_like(qr!${q}count${q}:2!) |
| 159 | ->content_like(qr!${q}startIndex${q}:0!) |
| 160 | ->content_like(qr!${q}itemsPerPage${q}:2!) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 161 | |
| 162 | # No caching |
| 163 | ->header_isnt('X-Kalamar-Cache', 'true') |
| 164 | |
| 165 | # Not searched for "der" before |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 166 | ->content_unlike(qr!${q}cutOff${q}:true!) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 167 | ; |
| 168 | |
Akron | 4c7cf95 | 2019-08-29 09:31:35 +0200 | [diff] [blame] | 169 | # Check pagination repetion of page |
| 170 | my $next_href = $t->get_ok('/?q=der&p=1&count=2') |
| 171 | ->tx->res->dom->at('#pagination a[rel=next]')->attr('href'); |
| 172 | like($next_href, qr/p=2/); |
| 173 | unlike($next_href, qr/p=1/); |
| 174 | |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 175 | # Query with page information - next page |
| 176 | $t->get_ok('/?q=der&p=2&count=2') |
| 177 | ->status_is(200) |
| 178 | ->text_is('#error','') |
| 179 | ->text_is('title', 'KorAP: Find »der« with Poliqarp') |
Akron | bc33beb | 2018-11-30 13:46:08 +0100 | [diff] [blame] | 180 | ->element_exists('#search') |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 181 | |
| 182 | # Total results |
| 183 | ->text_is('#total-results', '14,581') |
| 184 | |
| 185 | # Total pages |
Akron | 18a2a27 | 2020-06-16 11:47:38 +0200 | [diff] [blame] | 186 | ->element_count_is('#pagination > a', 7) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 187 | ->text_is('#pagination a:nth-of-type(6) span', 7291) |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 188 | ->content_like(qr!${q}count${q}:2!) |
| 189 | ->content_like(qr!${q}itemsPerPage${q}:2!) |
| 190 | ->content_like(qr!${q}startIndex${q}:2!) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 191 | |
| 192 | # No caching |
| 193 | ->header_isnt('X-Kalamar-Cache', 'true') |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 194 | ->content_like(qr!${q}cutOff${q}:true!) |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 195 | ; |
| 196 | |
Akron | c4be819 | 2018-10-25 16:07:53 +0200 | [diff] [blame] | 197 | # Query with failing parameters |
| 198 | $t->get_ok('/?q=fantastisch&ql=Fabelsprache') |
| 199 | ->status_is(400) |
Akron | cb5c171 | 2021-01-26 18:01:04 +0100 | [diff] [blame] | 200 | ->text_is('#notifications div.notify-error', 'Parameter "ql" invalid') |
Akron | bc33beb | 2018-11-30 13:46:08 +0100 | [diff] [blame] | 201 | ->element_exists('#search') |
Akron | cb5c171 | 2021-01-26 18:01:04 +0100 | [diff] [blame] | 202 | ->element_count_is('#notifications div.notify-error', 1) |
Akron | c4be819 | 2018-10-25 16:07:53 +0200 | [diff] [blame] | 203 | ; |
| 204 | $t->get_ok('/?q=fantastisch&cutoff=no') |
| 205 | ->status_is(400) |
Akron | cb5c171 | 2021-01-26 18:01:04 +0100 | [diff] [blame] | 206 | ->text_is('#notifications div.notify-error', 'Parameter "cutoff" invalid') |
| 207 | ->element_count_is('#notifications div.notify-error', 1) |
Akron | c4be819 | 2018-10-25 16:07:53 +0200 | [diff] [blame] | 208 | ; |
| 209 | $t->get_ok('/?q=fantastisch&p=hui&o=hui&count=-8') |
| 210 | ->status_is(400) |
Akron | cb5c171 | 2021-01-26 18:01:04 +0100 | [diff] [blame] | 211 | ->text_like('#notifications div.notify-error', qr!Parameter ".+?" invalid!) |
| 212 | ->element_count_is('#notifications div.notify-error', 3) |
Akron | c4be819 | 2018-10-25 16:07:53 +0200 | [diff] [blame] | 213 | ; |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 214 | |
Akron | d1ff8d8 | 2018-11-08 13:16:55 +0100 | [diff] [blame] | 215 | # Query too long |
| 216 | my $long_query = 'b' x 2000; |
| 217 | $t->get_ok('/?q=' . $long_query) |
| 218 | ->status_is(400) |
| 219 | ->text_is('#error','') |
Akron | cb5c171 | 2021-01-26 18:01:04 +0100 | [diff] [blame] | 220 | ->text_like('#notifications div.notify-error', qr!Parameter ".+?" invalid!) |
Akron | d1ff8d8 | 2018-11-08 13:16:55 +0100 | [diff] [blame] | 221 | ; |
| 222 | |
Akron | a3c353c | 2019-02-14 23:50:00 +0100 | [diff] [blame] | 223 | # Query with timeout |
| 224 | $t->get_ok('/?q=timeout') |
| 225 | ->status_is(200) |
Akron | cb5c171 | 2021-01-26 18:01:04 +0100 | [diff] [blame] | 226 | ->text_like('#notifications div.notify-warn', qr!Response time exceeded!) |
Akron | a3c353c | 2019-02-14 23:50:00 +0100 | [diff] [blame] | 227 | ->text_is('#total-results', '> 4,274,841'); |
| 228 | ; |
| 229 | |
Akron | cce055c | 2021-07-02 12:18:03 +0200 | [diff] [blame] | 230 | # Query with error |
| 231 | $t->get_ok('/?q=error') |
| 232 | ->status_is(400) |
| 233 | ->text_is('#notifications .notify-error','500: Internal Server Error') |
| 234 | ; |
| 235 | |
Akron | a3c353c | 2019-02-14 23:50:00 +0100 | [diff] [blame] | 236 | # Do not cache |
| 237 | $t->get_ok('/?q=timeout') |
| 238 | ->status_is(200) |
Akron | cb5c171 | 2021-01-26 18:01:04 +0100 | [diff] [blame] | 239 | # ->text_like('#notifications div.notify-warning', qr!Response time exceeded!) |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame] | 240 | ->element_exists("input#cq") |
| 241 | ->element_exists_not("input#cq[value]") |
Akron | a3c353c | 2019-02-14 23:50:00 +0100 | [diff] [blame] | 242 | ->text_is('#total-results', '> 4,274,841'); |
| 243 | ; |
| 244 | |
Akron | 91a7685 | 2019-08-28 12:35:37 +0200 | [diff] [blame] | 245 | $t->app->defaults(no_cache => 1); |
| 246 | |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame] | 247 | # Query with collection |
| 248 | $t->get_ok('/?q=baum&collection=availability+%3D+%2FCC-BY.*%2F') |
| 249 | ->status_is(200) |
| 250 | ->element_exists("input#cq[value='availability = /CC-BY.*/']") |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 251 | ->content_like(qr!${q}availability${q}!) |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame] | 252 | ->text_is('#error','') |
| 253 | ; |
| 254 | |
Akron | 4cdc4fc | 2020-04-28 12:19:11 +0200 | [diff] [blame] | 255 | $t->app->hook( |
Akron | 7c87c1a | 2020-04-28 12:35:55 +0200 | [diff] [blame] | 256 | after_search => sub { |
Akron | 4cdc4fc | 2020-04-28 12:19:11 +0200 | [diff] [blame] | 257 | my $c = shift; |
| 258 | $c->content_for('after_search_results' => '<p id="special">Funny</p>'); |
| 259 | } |
| 260 | ); |
| 261 | |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame] | 262 | # Query with corpus query |
| 263 | $t->get_ok('/?q=baum&cq=availability+%3D+%2FCC-BY.*%2F') |
| 264 | ->status_is(200) |
| 265 | ->element_exists("input#cq[value='availability = /CC-BY.*/']") |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 266 | ->content_like(qr!${q}availability${q}!) |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame] | 267 | ->text_is('#error','') |
Akron | 4cdc4fc | 2020-04-28 12:19:11 +0200 | [diff] [blame] | 268 | ->text_is('#special', 'Funny') |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame] | 269 | ; |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 270 | |
Akron | 909ed08 | 2019-12-11 21:38:27 +0100 | [diff] [blame] | 271 | my $match = { |
| 272 | matchID => 'match-FOLK/00070-SE-01/T-04-p5441-5442', |
| 273 | textSigle => 'FOLK/00070-SE-01/T-04' |
| 274 | }; |
| 275 | |
| 276 | $match = Kalamar::Controller::Search::_map_match($match); |
| 277 | |
| 278 | is($match->{matchID}, 'p5441-5442'); |
| 279 | |
Akron | 7b9a196 | 2020-07-02 09:52:53 +0200 | [diff] [blame] | 280 | # Query with pipe |
| 281 | $t->get_ok('/?q=baum&pipe=glemm') |
| 282 | ->status_is(200) |
| 283 | ->text_is('#error','') |
Akron | bc6b3f2 | 2021-01-13 14:53:12 +0100 | [diff] [blame] | 284 | ->content_like(qr/${q}pipes${q}:${q}glemm${q}/) |
Akron | 7b9a196 | 2020-07-02 09:52:53 +0200 | [diff] [blame] | 285 | ; |
| 286 | |
Akron | 909ed08 | 2019-12-11 21:38:27 +0100 | [diff] [blame] | 287 | |
Akron | 0e1ed24 | 2018-10-11 13:22:00 +0200 | [diff] [blame] | 288 | done_testing; |
Akron | 8ea8429 | 2018-10-24 13:41:52 +0200 | [diff] [blame] | 289 | __END__ |