From f72c9d076057729d98f12235c00482710d166cf8 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 4 Oct 2023 11:22:23 +0200 Subject: fix tests --- app/Issue.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Issue.hs') diff --git a/app/Issue.hs b/app/Issue.hs index 66047b6..72fbad3 100644 --- a/app/Issue.hs +++ b/app/Issue.hs @@ -39,7 +39,7 @@ fromMatch result match = } else Nothing where - text = stripComments result.file_type match.text + text = stripComments result.file_type (T.strip match.text) lns = T.lines text title = takeWhile (not . isEmpty) lns description = drop (length title + 1) lns -- cgit v1.2.3