aboutsummaryrefslogtreecommitdiff
path: root/src/quote.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/quote.zig')
-rw-r--r--src/quote.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quote.zig b/src/quote.zig
index 5456d5b..ad5a156 100644
--- a/src/quote.zig
+++ b/src/quote.zig
@@ -46,11 +46,11 @@ test {
try doTest(parse, alloc, ">hello world", "<figure><blockquote>hello world</blockquote></figure>");
try doTest(parse, alloc, "> hello world", "<figure><blockquote>hello world</blockquote></figure>");
- try doTest(parse, alloc,
+ try doTest(parse, alloc,
\\> hello
\\>world
, "<figure><blockquote>hello world</blockquote></figure>");
- try doTest(parse, alloc,
+ try doTest(parse, alloc,
\\> hello
\\>world
\\attribution sur