From f7c0d2fb3f9ba8ac6c20ea03a2dbe0709c0d026f Mon Sep 17 00:00:00 2001
From: John MacFarlane
Date: Tue, 11 Jun 2019 16:19:12 -0700
Subject: JATS writer: don't use break element for LineBreak.
It's only allowed in a few special contexts, and not in
p elements.
---
test/writer.jats | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'test')
diff --git a/test/writer.jats b/test/writer.jats
index ae24f3e50..ba5736cdd 100644
--- a/test/writer.jats
+++ b/test/writer.jats
@@ -68,7 +68,8 @@ Gruber’s markdown test suite.
item. Because a hard-wrapped line in the middle of a paragraph looked like a
list item.
Here’s one with a bullet. * criminey.
- There should be a hard line breakhere.
+ There should be a hard line break
+ here.
Block Quotes
--
cgit v1.2.3