From: Oleg Broytman Date: Sat, 15 Jun 2024 23:37:48 +0000 (+0300) Subject: Tests: Update tests X-Git-Tag: v0.8~8 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=9767ca0fa2528b5b5a10a3ae9263fa23391b59dd;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git Tests: Update tests --- diff --git a/test_tags b/test_tags index 754fe52..c7b1b8d 100755 --- a/test_tags +++ b/test_tags @@ -1,5 +1,5 @@ #! /bin/sh -QUERY_STRING='q=linux' ./search-tags.py | $PAGER -QUERY_STRING='q=linux%26%21audio' ./search-tags.py | $PAGER -QUERY_STRING='q=linux%26%21audio%26%21debian' ./search-tags.py | $PAGER +QUERY_STRING='q=Linux' ./search-tags.py | $PAGER +QUERY_STRING='q=Linux%26%21audio' ./search-tags.py | $PAGER +QUERY_STRING='q=Linux%26%21audio%26%21debian' ./search-tags.py | $PAGER