Blob Blame History Raw
From 15b68a198d828f8fb75324ec1efcf61db17559e6 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Mon, 12 Aug 2019 18:38:12 -0400
Subject: [PATCH] Fix test results with pandoc 2.5.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 tests/testthat/test-venues.R | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/testthat/test-venues.R b/tests/testthat/test-venues.R
index 2fe8d85..f1724d6 100644
--- a/tests/testthat/test-venues.R
+++ b/tests/testthat/test-venues.R
@@ -9,6 +9,7 @@ test_that("venue = 'so' works with/without leading prose", {
   )
   output <- c(
     "<!-- language-all: lang-r -->",
+    "",
     "Hello world",
     "",
     "    ## comment",
-- 
2.21.0