From 19cf97ddaf1a5409b27cae02574948a1ab93075d Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 19 Jul 2018 23:48:24 -0400 Subject: [PATCH] Fix typo in a test --- test/site/content-org/all-posts.org | 2 +- test/site/content/posts/invalid-nocites.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 37d9f63..518976f 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -4668,7 +4668,7 @@ This post has citations ~@foo~ and ~@bar~ listed in ~nocite~ meta-data. But they are invalid as they don't exist in any of the bibliography files. -But that generations neither a Pandoc warning nor error. +But that generates neither a Pandoc warning nor error. As the final Pandoc output Markdown ends up with *no* references, the Pandoc output is discarded, and the original ~ox-hugo~ output is used diff --git a/test/site/content/posts/invalid-nocites.md b/test/site/content/posts/invalid-nocites.md index 2f80ffa..61034e2 100644 --- a/test/site/content/posts/invalid-nocites.md +++ b/test/site/content/posts/invalid-nocites.md @@ -8,7 +8,7 @@ This post has citations `@foo` and `@bar` listed in `nocite` meta-data. But they are invalid as they don't exist in any of the bibliography files. -But that generations neither a Pandoc warning nor error. +But that generates neither a Pandoc warning nor error. As the final Pandoc output Markdown ends up with **no** references, the Pandoc output is discarded, and the original `ox-hugo` output is used