Skip to content

Instantly share code, notes, and snippets.

@kowey
Created February 19, 2015 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kowey/fc5bfc3d581a0a5e05de to your computer and use it in GitHub Desktop.
Save kowey/fc5bfc3d581a0a5e05de to your computer and use it in GitHub Desktop.
From 45170f44faed22e878ed45d6df99e137a9d1681f Mon Sep 17 00:00:00 2001
From: Eric Kow <eric.kow@gmail.com>
Date: Thu, 19 Feb 2015 11:07:35 +0100
Subject: [PATCH 4/4] FIX join test sentences together to respect RST-DT
convention
---
tests/rst-mononuclear-multisatellite | 4 +---
tests/rst-multinuclear | 4 +---
tests/rst-multinuclear2 | 4 +---
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/tests/rst-mononuclear-multisatellite b/tests/rst-mononuclear-multisatellite
index d00becd..7819b26 100644
--- a/tests/rst-mononuclear-multisatellite
+++ b/tests/rst-mononuclear-multisatellite
@@ -1,3 +1 @@
-One temple official said about three times as much genmai was being eaten as in
-previous years -- not surprisingly, as the temple had recently welcomed many
-new practitioners.
+One temple official said about three times as much genmai was being eaten as in previous years -- not surprisingly, as the temple had recently welcomed many new practitioners.
diff --git a/tests/rst-multinuclear b/tests/rst-multinuclear
index b1fa045..9604b79 100644
--- a/tests/rst-multinuclear
+++ b/tests/rst-multinuclear
@@ -1,6 +1,4 @@
But as monk Myoji donned his kimono so he could sit zazen, the major earthquake struck.
The walls shook; the statue tumbled.
-For a while, it looked like the sangha
--- not to mention the temple itself --
-was on the verge of collapse.
+For a while, it looked like the sangha -- not to mention the temple itself -- was on the verge of collapse.
...REST
diff --git a/tests/rst-multinuclear2 b/tests/rst-multinuclear2
index 36f349f..a0ce6bd 100644
--- a/tests/rst-multinuclear2
+++ b/tests/rst-multinuclear2
@@ -1,3 +1 @@
-saying
-it was "inadqueate
-"and based on "unsound" reasoning.
+saying it was "inadqueate "and based on "unsound" reasoning.
--
2.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment