[DRE-commits] [ruby-org] 209/303: Examples of HTML output with correct general blocks.

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:59 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit c9f2edff169e3ca5cc5fd77a9e3d3f163b7b915c
Author: vonavi <ivvl82 at gmail.com>
Date:   Wed Dec 19 22:20:05 2012 +0200

    Examples of HTML output with correct general blocks.
---
 spec/html_examples/blockquote.html |   15 ++++++++++-----
 spec/html_examples/center.html     |   12 ++++++++----
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/spec/html_examples/blockquote.html b/spec/html_examples/blockquote.html
index ccdac05..f74a113 100644
--- a/spec/html_examples/blockquote.html
+++ b/spec/html_examples/blockquote.html
@@ -1,7 +1,12 @@
-<p class="title">BLOCKQUOTE</p>
-<p>Testing that I can have block quotes:</p>
+<p class="title">BLOCKQUOTE
+</p>
+<p>Testing that I can have block quotes:
+</p>
 <blockquote>
-  <p><i>Example:</i></p>
-  <p>This is blockquote text.</p>
+  <p><i>Example:</i>
+  </p>
+  <p>This is blockquote text.
+  </p>
 </blockquote>
-<p>And now I’m back to normal text!</p>
+<p>And now I’m back to normal text!
+</p>
diff --git a/spec/html_examples/center.html b/spec/html_examples/center.html
index a3dfa22..da67a1e 100644
--- a/spec/html_examples/center.html
+++ b/spec/html_examples/center.html
@@ -1,6 +1,10 @@
-<p class="title">Fou</p>
-<p>not center</p>
+<p class="title">Fou
+</p>
+<p>not center
+</p>
 <div style="text-align: center">
-  <p>center</p>
+  <p>center
+  </p>
 </div>
-<p>not center, again</p>
+<p>not center, again
+</p>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list