From 002371920d6f9acedaf987f273bb138a95353ffd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 15 Mar 2024 10:38:05 +0100 Subject: Fixed search for tags with spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should not split the body mindlessly, but we have to be more careful about it. Moreover, this commit also polishes the order for tags inside of comments. Signed-off-by: Miquel Sabaté Solà --- test/fixtures/tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fixtures') diff --git a/test/fixtures/tags.yml b/test/fixtures/tags.yml index 1e0ce52..fcfcfd7 100644 --- a/test/fixtures/tags.yml +++ b/test/fixtures/tags.yml @@ -2,4 +2,4 @@ tag1: name: 'tag1' tag2: - name: 'tag2' + name: 'Compound tag' -- cgit v1.2.3