From 18b709482675cb51ba6fb405c17d60d782ecbc86 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 12 Jul 2016 09:44:52 +0300 Subject: [PATCH] Add a few simple non-automatic tests --- test_tags | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test_tags diff --git a/test_tags b/test_tags new file mode 100755 index 0000000..754fe52 --- /dev/null +++ b/test_tags @@ -0,0 +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 -- 2.39.2