[DRE-commits] [ruby-org] 115/303: Added tests for angle link and property drawer fixes.

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:39 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 75fff88d220ecd45bb94f7539bc677076de9e286
Author: Brian Dewey <bdewey at gmail.com>
Date:   Sun Sep 18 11:08:43 2011 -0700

    Added tests for angle link and property drawer fixes.
---
 pkg/org-ruby-0.6.0/spec/html_examples/advanced-code.html     |    9 ---------
 pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.html |    2 ++
 pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.org  |    6 ++++++
 spec/html_examples/advanced-code.html                        |    9 ---------
 spec/html_examples/inline-formatting.html                    |    2 ++
 spec/html_examples/inline-formatting.org                     |    6 ++++++
 6 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/pkg/org-ruby-0.6.0/spec/html_examples/advanced-code.html b/pkg/org-ruby-0.6.0/spec/html_examples/advanced-code.html
index 139979b..3395bad 100644
--- a/pkg/org-ruby-0.6.0/spec/html_examples/advanced-code.html
+++ b/pkg/org-ruby-0.6.0/spec/html_examples/advanced-code.html
@@ -15,15 +15,6 @@
 </pre>
 <p>Two ASCII blobs.</p>
 <h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC</h1>
-<pre class="example">
-PROPERTIES:
-ARCHIVE_TIME: 2009-12-26 Sat 22:16
-ARCHIVE_FILE: ~/brians-brain/content/projects/orgmode_parser.org
-ARCHIVE_OLPATH: &lt;%= @page.title %&gt;/Future Development
-ARCHIVE_CATEGORY: orgmode_parser
-ARCHIVE_TODO: DONE
-END:
-</pre>
 <p>And this:</p>
 <pre class="src">
     # Finds all emphasis matches in a string.
diff --git a/pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.html b/pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.html
index f53ac24..2b8476f 100644
--- a/pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.html
+++ b/pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.html
@@ -16,3 +16,5 @@
 <ul>
   <li><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></li>
 </ul>
+<p>Helpful addition from <a href="https://github.com/wallyqs">wallyqs</a>:</p>
+<p>While “naked” links don’t work (like http://www.google.com), angle links do work. This should look like a link: <a href="http://www.google.com">http://www.google.com</a>.</p>
diff --git a/pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.org b/pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.org
index c6f05e7..1a45e4d 100644
--- a/pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.org
+++ b/pkg/org-ruby-0.6.0/spec/html_examples/inline-formatting.org
@@ -25,3 +25,9 @@ Also, if you make the descriptive text be an image, then it will get formatted
 with an image tag, like so:
 
 - [[http://www.xkcd.com][http://imgs.xkcd.com/comics/t_cells.png]]
+
+Helpful addition from [[https://github.com/wallyqs][wallyqs]]:
+
+
+While "naked" links don't work (like http://www.google.com), angle links
+do work. This should look like a link: <http://www.google.com>.
diff --git a/spec/html_examples/advanced-code.html b/spec/html_examples/advanced-code.html
index 139979b..3395bad 100644
--- a/spec/html_examples/advanced-code.html
+++ b/spec/html_examples/advanced-code.html
@@ -15,15 +15,6 @@
 </pre>
 <p>Two ASCII blobs.</p>
 <h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC</h1>
-<pre class="example">
-PROPERTIES:
-ARCHIVE_TIME: 2009-12-26 Sat 22:16
-ARCHIVE_FILE: ~/brians-brain/content/projects/orgmode_parser.org
-ARCHIVE_OLPATH: &lt;%= @page.title %&gt;/Future Development
-ARCHIVE_CATEGORY: orgmode_parser
-ARCHIVE_TODO: DONE
-END:
-</pre>
 <p>And this:</p>
 <pre class="src">
     # Finds all emphasis matches in a string.
diff --git a/spec/html_examples/inline-formatting.html b/spec/html_examples/inline-formatting.html
index f53ac24..2b8476f 100644
--- a/spec/html_examples/inline-formatting.html
+++ b/spec/html_examples/inline-formatting.html
@@ -16,3 +16,5 @@
 <ul>
   <li><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></li>
 </ul>
+<p>Helpful addition from <a href="https://github.com/wallyqs">wallyqs</a>:</p>
+<p>While “naked” links don’t work (like http://www.google.com), angle links do work. This should look like a link: <a href="http://www.google.com">http://www.google.com</a>.</p>
diff --git a/spec/html_examples/inline-formatting.org b/spec/html_examples/inline-formatting.org
index c6f05e7..1a45e4d 100644
--- a/spec/html_examples/inline-formatting.org
+++ b/spec/html_examples/inline-formatting.org
@@ -25,3 +25,9 @@ Also, if you make the descriptive text be an image, then it will get formatted
 with an image tag, like so:
 
 - [[http://www.xkcd.com][http://imgs.xkcd.com/comics/t_cells.png]]
+
+Helpful addition from [[https://github.com/wallyqs][wallyqs]]:
+
+
+While "naked" links don't work (like http://www.google.com), angle links
+do work. This should look like a link: <http://www.google.com>.

-- 
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