From 43af2eb901d7585cdcb2ad84379f47c1eb75fcfc Mon Sep 17 00:00:00 2001 From: rickschubert Date: Sun, 21 Jun 2020 13:25:38 +0100 Subject: [PATCH] update unit tests --- jira/jira_test.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/jira/jira_test.go b/jira/jira_test.go index 00b54a8..b76ca22 100644 --- a/jira/jira_test.go +++ b/jira/jira_test.go @@ -59,6 +59,14 @@ func TestLinkifyJiraDescriptionObjectsMultipleParagraphs(t *testing.T) { }, }, }, + { + Type: "paragraph", + Content: []paragraphContent{ + { + Type: "hardBreak", + }, + }, + }, { Type: "paragraph", Content: []paragraphContent{ @@ -95,6 +103,14 @@ func TestLinkifyJiraDescriptionObjectsMultipleParagraphs(t *testing.T) { }, }, }, + { + Type: "paragraph", + Content: []paragraphContent{ + { + Type: "hardBreak", + }, + }, + }, { Type: "paragraph", Content: []paragraphContent{