diff options
Diffstat (limited to 'tests2/tm-cases-new')
49 files changed, 0 insertions, 552 deletions
diff --git a/tests2/tm-cases-new/auto_link.html b/tests2/tm-cases-new/auto_link.html deleted file mode 100644 index 8299181..0000000 --- a/tests2/tm-cases-new/auto_link.html +++ /dev/null @@ -1,5 +0,0 @@ -<p>I can has autolink? <a href="http://icanhascheeseburger.com">http://icanhascheeseburger.com</a> -</p> -<p>Ask garfield: <a href="mailto:garfield@example.com">garfield@example.com</a> -</p> - diff --git a/tests2/tm-cases-new/auto_link.txt b/tests2/tm-cases-new/auto_link.txt deleted file mode 100644 index e5354cd..0000000 --- a/tests2/tm-cases-new/auto_link.txt +++ /dev/null @@ -1,3 +0,0 @@ -I can has autolink? <http://icanhascheeseburger.com> - -Ask garfield: <garfield@example.com> diff --git a/tests2/tm-cases-new/blockquote.html b/tests2/tm-cases-new/blockquote.html deleted file mode 100644 index 7a35052..0000000 --- a/tests2/tm-cases-new/blockquote.html +++ /dev/null @@ -1,15 +0,0 @@ -<p>[Trent wrote] -</p> - -<blockquote> - <p>no way -</p> -</blockquote> - -<p>[Jeff wrote] -</p> - -<blockquote> - <p>way -</p> -</blockquote> diff --git a/tests2/tm-cases-new/blockquote.txt b/tests2/tm-cases-new/blockquote.txt deleted file mode 100644 index 3bcecaa..0000000 --- a/tests2/tm-cases-new/blockquote.txt +++ /dev/null @@ -1,5 +0,0 @@ -[Trent wrote] -> no way - -[Jeff wrote] -> way diff --git a/tests2/tm-cases-new/blockquote_with_pre.html b/tests2/tm-cases-new/blockquote_with_pre.html deleted file mode 100644 index 431c06a..0000000 --- a/tests2/tm-cases-new/blockquote_with_pre.html +++ /dev/null @@ -1,9 +0,0 @@ -<blockquote> - <p>Markdown indents blockquotes a couple of spaces - necessitating some tweaks for pre-blocks in that - blockquote: -</p> - -<pre><code>here is a check -for that -</code></pre></blockquote> diff --git a/tests2/tm-cases-new/blockquote_with_pre.txt b/tests2/tm-cases-new/blockquote_with_pre.txt deleted file mode 100644 index e61b82f..0000000 --- a/tests2/tm-cases-new/blockquote_with_pre.txt +++ /dev/null @@ -1,6 +0,0 @@ -> Markdown indents blockquotes a couple of spaces -> necessitating some tweaks for pre-blocks in that -> blockquote: -> -> here is a check -> for that diff --git a/tests2/tm-cases-new/code_block_with_tabs.html b/tests2/tm-cases-new/code_block_with_tabs.html deleted file mode 100644 index cc12d18..0000000 --- a/tests2/tm-cases-new/code_block_with_tabs.html +++ /dev/null @@ -1,5 +0,0 @@ -<p>Test with tabs for <code>_Detab</code>: -</p> - -<pre><code>Code 'block' with some "tabs" and "quotes" -</code></pre> diff --git a/tests2/tm-cases-new/code_block_with_tabs.txt b/tests2/tm-cases-new/code_block_with_tabs.txt deleted file mode 100644 index bcf94c4..0000000 --- a/tests2/tm-cases-new/code_block_with_tabs.txt +++ /dev/null @@ -1,3 +0,0 @@ -Test with tabs for `_Detab`: - - Code 'block' with some "tabs" and "quotes" diff --git a/tests2/tm-cases-new/codeblock.html b/tests2/tm-cases-new/codeblock.html deleted file mode 100644 index f9e04d0..0000000 --- a/tests2/tm-cases-new/codeblock.html +++ /dev/null @@ -1,7 +0,0 @@ -<pre><code>some code -</code></pre><p>some 'splaining -</p> - -<pre><code>some more code -2 > 1 -</code></pre> diff --git a/tests2/tm-cases-new/codeblock.txt b/tests2/tm-cases-new/codeblock.txt deleted file mode 100644 index d374216..0000000 --- a/tests2/tm-cases-new/codeblock.txt +++ /dev/null @@ -1,7 +0,0 @@ - some code - -some 'splaining - - some more code - 2 > 1 - diff --git a/tests2/tm-cases-new/codespans.html b/tests2/tm-cases-new/codespans.html deleted file mode 100644 index b9994a1..0000000 --- a/tests2/tm-cases-new/codespans.html +++ /dev/null @@ -1,3 +0,0 @@ -<p><code>This</code> is a code span. -And <code>This is one with an `embedded backtick`</code>. -</p> diff --git a/tests2/tm-cases-new/codespans.txt b/tests2/tm-cases-new/codespans.txt deleted file mode 100644 index 67015a9..0000000 --- a/tests2/tm-cases-new/codespans.txt +++ /dev/null @@ -1,2 +0,0 @@ -`This` is a code span. -And ``This is one with an `embedded backtick` ``. diff --git a/tests2/tm-cases-new/codespans_safe_mode.html b/tests2/tm-cases-new/codespans_safe_mode.html deleted file mode 100644 index b9994a1..0000000 --- a/tests2/tm-cases-new/codespans_safe_mode.html +++ /dev/null @@ -1,3 +0,0 @@ -<p><code>This</code> is a code span. -And <code>This is one with an `embedded backtick`</code>. -</p> diff --git a/tests2/tm-cases-new/codespans_safe_mode.txt b/tests2/tm-cases-new/codespans_safe_mode.txt deleted file mode 100644 index 67015a9..0000000 --- a/tests2/tm-cases-new/codespans_safe_mode.txt +++ /dev/null @@ -1,2 +0,0 @@ -`This` is a code span. -And ``This is one with an `embedded backtick` ``. diff --git a/tests2/tm-cases-new/emphasis.html b/tests2/tm-cases-new/emphasis.html deleted file mode 100644 index 08ea3d9..0000000 --- a/tests2/tm-cases-new/emphasis.html +++ /dev/null @@ -1,3 +0,0 @@ -<p>This is <em>italic</em> and this is <strong>bold</strong>. -This is also <em>italic</em> and this is <strong>bold</strong>. -</p> diff --git a/tests2/tm-cases-new/emphasis.txt b/tests2/tm-cases-new/emphasis.txt deleted file mode 100644 index 99c324e..0000000 --- a/tests2/tm-cases-new/emphasis.txt +++ /dev/null @@ -1,2 +0,0 @@ -This is *italic* and this is **bold**.
-This is also _italic_ and this is __bold__.
diff --git a/tests2/tm-cases-new/escapes.html b/tests2/tm-cases-new/escapes.html deleted file mode 100644 index bcf6f3c..0000000 --- a/tests2/tm-cases-new/escapes.html +++ /dev/null @@ -1,79 +0,0 @@ -<h1>Backslash-escapes: basics</h1> - -<p>**don't shout** -</p> - -<p>*don't emphasize* -</p> - -<p>_literal underscores_ -</p> - -<p>__more literal underscores__ -</p> - -<h2>This header has trailing hash marks ##</h2> - -<h1>Backslash-escapes: links</h1> - -<p>This is not a [link](/url/). -</p> - -<p>This is a link, not an image link: !<a href="/url/">link</a>. -</p> - -<p>Should this be an <a href="http://autolink\">http://autolink\</a> or not? -I'll ask on markdown-discuss. -I suspect PHP markdown is considering this NOT an autolink. -</p> - -<p>This is not a [link definition][link1] but <a href="/url/">this is</a>. -</p> - -<h1>Backslash-escapse: code blocks</h1> - -<p>In a code block: -</p> - -<pre><code>escapes should \*not\* be \_interpreted\_ -even \`backticks\` -</code></pre> - -<h1>Backslash-escapse: code spans</h1> - -<p>Getting backticks and backslash-escapes working correctly with -code spans can be tricky: -</p> - -<p><code>a normal code span</code> -</p> - -<p><code>need multiple backticks to include a literal ` backtick</code> -</p> - -<p><code>`use a leading space to start a code span with a backtick</code> -</p> - -<p><code>use a trailing space to end a code span with a backtick`</code> -</p> - -<p><code>backslash-escapes \(are\) \*not\* \`interpreted\` in a code span</code> -</p> - -<p>`<code>a code span prefixed with a literal backtick</code> -</p> - -<p>`not a code span` -</p> - -<p><em>Note A</em>: The <code>(?!`)</code> after the <code>\1</code> group in the -<code>_DoCodeSpans()/_do_code_spans()</code> regex is necessary to ensure that a backtick -doesn't match at the start of the code block (group <code>\2</code>) in an example like -this: -</p> - -<ul> -<li> -`<code>foo</code> -</li> -</ul> diff --git a/tests2/tm-cases-new/escapes.txt b/tests2/tm-cases-new/escapes.txt deleted file mode 100644 index dbfc2b5..0000000 --- a/tests2/tm-cases-new/escapes.txt +++ /dev/null @@ -1,65 +0,0 @@ -# Backslash-escapes: basics - -\*\*don't shout\*\* - -\*don't emphasize\* - -\_literal underscores\_ - -\_\_more literal underscores\_\_ - -## This header has trailing hash marks \#\# - - -# Backslash-escapes: links - -This is not a \[link](/url/). - -This is a link, not an image link: \![link](/url/). - -Should this be an <http://autolink\> or not? -I'll ask on markdown-discuss. -I suspect PHP markdown is considering this NOT an autolink. - -This is not a [link definition\][link1] but [this is][link1]. - -[link1]: /url/ - - -# Backslash-escapse: code blocks - -In a code block: - - escapes should \*not\* be \_interpreted\_ - even \`backticks\` - - -# Backslash-escapse: code spans - -Getting backticks and backslash-escapes working correctly with -code spans can be tricky: - -`a normal code span` - -``need multiple backticks to include a literal ` backtick`` - -`` `use a leading space to start a code span with a backtick`` - -``use a trailing space to end a code span with a backtick` `` - -``backslash-escapes \(are\) \*not\* \`interpreted\` in a code span`` - -\``a code span prefixed with a literal backtick` - -\`not a code span\` - - -*Note A*: The `` (?!`) `` after the `\1` group in the -`_DoCodeSpans()/_do_code_spans()` regex is necessary to ensure that a backtick -doesn't match at the start of the code block (group `\2`) in an example like -this: - -- ``foo` - - - diff --git a/tests2/tm-cases-new/header.html b/tests2/tm-cases-new/header.html deleted file mode 100644 index 90fc68a..0000000 --- a/tests2/tm-cases-new/header.html +++ /dev/null @@ -1,7 +0,0 @@ -<h1>an h1</h1> - -<h2>an h2</h2> - -<h1>another h1</h1> - -<h2>another h2</h2> diff --git a/tests2/tm-cases-new/header.txt b/tests2/tm-cases-new/header.txt deleted file mode 100644 index b20ad13..0000000 --- a/tests2/tm-cases-new/header.txt +++ /dev/null @@ -1,9 +0,0 @@ -# an h1
-
-## an h2
-
-another h1
-==========
-
-another h2
-----------
diff --git a/tests2/tm-cases-new/hr.html b/tests2/tm-cases-new/hr.html deleted file mode 100644 index 83c3ac2..0000000 --- a/tests2/tm-cases-new/hr.html +++ /dev/null @@ -1,13 +0,0 @@ -<p>Dashes: -</p> - -<hr /> - -<hr /> - -<hr /> - -<hr /> - -<pre><code>--- -</code></pre> diff --git a/tests2/tm-cases-new/hr.txt b/tests2/tm-cases-new/hr.txt deleted file mode 100644 index 765b735..0000000 --- a/tests2/tm-cases-new/hr.txt +++ /dev/null @@ -1,12 +0,0 @@ -Dashes: - ---- - - --- - - --- - - --- - - --- - diff --git a/tests2/tm-cases-new/img_in_link.html b/tests2/tm-cases-new/img_in_link.html deleted file mode 100644 index b51d5d6..0000000 --- a/tests2/tm-cases-new/img_in_link.html +++ /dev/null @@ -1,6 +0,0 @@ -<p>This example from -<a href="http://orestis.gr/en/blog/2007/05/28/python-markdown-problems/">http://orestis.gr/en/blog/2007/05/28/python-markdown-problems/</a>: -</p> - -<p><a href="http://www.google.com/" title="click to visit Google.com"><img src="http://www.google.com/images/logo.gif" alt="the google logo"/></a> -</p> diff --git a/tests2/tm-cases-new/img_in_link.txt b/tests2/tm-cases-new/img_in_link.txt deleted file mode 100644 index 98f6075..0000000 --- a/tests2/tm-cases-new/img_in_link.txt +++ /dev/null @@ -1,7 +0,0 @@ -This example from
-<http://orestis.gr/en/blog/2007/05/28/python-markdown-problems/>:
-
-[![the google logo][logo]][google]
-[logo]: http://www.google.com/images/logo.gif
-[google]: http://www.google.com/ "click to visit Google.com"
-
diff --git a/tests2/tm-cases-new/inline_links.html b/tests2/tm-cases-new/inline_links.html deleted file mode 100644 index 8c5a4fb..0000000 --- a/tests2/tm-cases-new/inline_links.html +++ /dev/null @@ -1,11 +0,0 @@ -<p>an inline <a href="/url/">link</a> -</p> - -<p>a <a href="/url/" title="title">link "with" title</a> -</p> - -<p>an inline <img src="/url/" alt="image link"/> -</p> - -<p>an <img src="/url/" title="title" alt="image "with" title"/> -</p> diff --git a/tests2/tm-cases-new/inline_links.txt b/tests2/tm-cases-new/inline_links.txt deleted file mode 100644 index 444a997..0000000 --- a/tests2/tm-cases-new/inline_links.txt +++ /dev/null @@ -1,7 +0,0 @@ -an inline [link](/url/) - -a [link "with" title](/url/ "title") - -an inline ![image link](/url/) - -an ![image "with" title](/url/ "title") diff --git a/tests2/tm-cases-new/link_defn_alt_title_delims.html b/tests2/tm-cases-new/link_defn_alt_title_delims.html deleted file mode 100644 index 0ff3742..0000000 --- a/tests2/tm-cases-new/link_defn_alt_title_delims.html +++ /dev/null @@ -1,4 +0,0 @@ -<p>Alternative delimiters for <a href="http://daringfireball.net/projects/markdown/syntax#link" title="link syntax">link definitions</a> are allowed -- as of -Markdown 1.0.2, I think. Hence, <a href="http://daringfireball.net/projects/markdown/syntax#link" title="link syntax">this link</a> and <a href="http://daringfireball.net/projects/markdown/syntax#link" title="link syntax">this link</a> work -too. -</p> diff --git a/tests2/tm-cases-new/link_defn_alt_title_delims.txt b/tests2/tm-cases-new/link_defn_alt_title_delims.txt deleted file mode 100644 index 3d62b11..0000000 --- a/tests2/tm-cases-new/link_defn_alt_title_delims.txt +++ /dev/null @@ -1,7 +0,0 @@ -Alternative delimiters for [link definitions][link1] are allowed -- as of -Markdown 1.0.2, I think. Hence, [this link][link2] and [this link][link3] work -too. - -[link1]: http://daringfireball.net/projects/markdown/syntax#link "link syntax" -[link2]: http://daringfireball.net/projects/markdown/syntax#link 'link syntax' -[link3]: http://daringfireball.net/projects/markdown/syntax#link (link syntax) diff --git a/tests2/tm-cases-new/lists.html b/tests2/tm-cases-new/lists.html deleted file mode 100644 index 5d7ec15..0000000 --- a/tests2/tm-cases-new/lists.html +++ /dev/null @@ -1,29 +0,0 @@ -<p>count: -</p> - -<ul> -<li> -one -</li> -<li> -two -</li> -<li> -three -</li> -</ul> - -<p>count in spanish: -</p> - -<ol> -<li> -uno -</li> -<li> -dos -</li> -<li> -tres -</li> -</ol> diff --git a/tests2/tm-cases-new/lists.txt b/tests2/tm-cases-new/lists.txt deleted file mode 100644 index 8d2b43c..0000000 --- a/tests2/tm-cases-new/lists.txt +++ /dev/null @@ -1,11 +0,0 @@ -count: - -* one -* two -* three - -count in spanish: - -1. uno -2. dos -3. tres diff --git a/tests2/tm-cases-new/lists2.html b/tests2/tm-cases-new/lists2.html deleted file mode 100644 index d0e20c8..0000000 --- a/tests2/tm-cases-new/lists2.html +++ /dev/null @@ -1,35 +0,0 @@ -<p>mixed bullets: -</p> - -<ul> -<li> -a -</li> -<li> -b -</li> -<li> -c -</li> -</ul> - -<p>ul followed by ol: -</p> - -<ul> -<li> -a -</li> -<li> -b -</li> -</ul> - -<ol> -<li> -1 -</li> -<li> -2 -</li> -</ol> diff --git a/tests2/tm-cases-new/lists2.tags b/tests2/tm-cases-new/lists2.tags deleted file mode 100644 index e6b969b..0000000 --- a/tests2/tm-cases-new/lists2.tags +++ /dev/null @@ -1 +0,0 @@ -issue16 diff --git a/tests2/tm-cases-new/lists2.txt b/tests2/tm-cases-new/lists2.txt deleted file mode 100644 index 54123d1..0000000 --- a/tests2/tm-cases-new/lists2.txt +++ /dev/null @@ -1,14 +0,0 @@ -mixed bullets: - -* a -- b -+ c - - -ul followed by ol: - -- a -- b - -1. 1 -2. 2 diff --git a/tests2/tm-cases-new/missing_link_defn.html b/tests2/tm-cases-new/missing_link_defn.html deleted file mode 100644 index bafd445..0000000 --- a/tests2/tm-cases-new/missing_link_defn.html +++ /dev/null @@ -1,2 +0,0 @@ -<p>This is a [missing link][missing] and a <a href="http://foo.com">used link</a>. -</p> diff --git a/tests2/tm-cases-new/missing_link_defn.txt b/tests2/tm-cases-new/missing_link_defn.txt deleted file mode 100644 index 817677f..0000000 --- a/tests2/tm-cases-new/missing_link_defn.txt +++ /dev/null @@ -1,7 +0,0 @@ - -This is a [missing link][missing] and a [used link][used]. - - -[used]: http://foo.com -[unused]: http://foo.com - diff --git a/tests2/tm-cases-new/nested_list.html b/tests2/tm-cases-new/nested_list.html deleted file mode 100644 index d370acd..0000000 --- a/tests2/tm-cases-new/nested_list.html +++ /dev/null @@ -1,28 +0,0 @@ -<p>shopping list: -</p> - -<ul> -<li> -veggies<ul> -<li> -carrots -</li> -<li> -lettuce -</li> -</ul> -</li> -<li> -fruits<ul> -<li> -oranges -</li> -<li> -apples -</li> -<li> -<em>peaches</em> -</li> -</ul> -</li> -</ul> diff --git a/tests2/tm-cases-new/nested_list.txt b/tests2/tm-cases-new/nested_list.txt deleted file mode 100644 index a37a195..0000000 --- a/tests2/tm-cases-new/nested_list.txt +++ /dev/null @@ -1,9 +0,0 @@ -shopping list: - -- veggies - + carrots - + lettuce -- fruits - + oranges - + apples - + *peaches* diff --git a/tests2/tm-cases-new/parens_in_url_4.html b/tests2/tm-cases-new/parens_in_url_4.html deleted file mode 100644 index edccf0d..0000000 --- a/tests2/tm-cases-new/parens_in_url_4.html +++ /dev/null @@ -1,2 +0,0 @@ -<p><a href="/url(test)" title="title">Inline link 4 with non-escaped parens</a>. -</p> diff --git a/tests2/tm-cases-new/parens_in_url_4.txt b/tests2/tm-cases-new/parens_in_url_4.txt deleted file mode 100644 index 5dfb9ab..0000000 --- a/tests2/tm-cases-new/parens_in_url_4.txt +++ /dev/null @@ -1 +0,0 @@ -[Inline link 4 with non-escaped parens](</url(test)> "title"). diff --git a/tests2/tm-cases-new/raw_html.html b/tests2/tm-cases-new/raw_html.html deleted file mode 100644 index 2ae6fe9..0000000 --- a/tests2/tm-cases-new/raw_html.html +++ /dev/null @@ -1,6 +0,0 @@ -<p>Hi, <span foo="*bar*"><em>there</em></span>. <!-- *blah* --> blah -</p> - -<div> - **ack** -</div> diff --git a/tests2/tm-cases-new/raw_html.txt b/tests2/tm-cases-new/raw_html.txt deleted file mode 100644 index 13cde37..0000000 --- a/tests2/tm-cases-new/raw_html.txt +++ /dev/null @@ -1,6 +0,0 @@ - -Hi, <span foo="*bar*">*there*</span>. <!-- *blah* --> blah - -<div> - **ack** -</div> diff --git a/tests2/tm-cases-new/ref_links.html b/tests2/tm-cases-new/ref_links.html deleted file mode 100644 index 7fb1582..0000000 --- a/tests2/tm-cases-new/ref_links.html +++ /dev/null @@ -1,2 +0,0 @@ -<p><a href="http://www.google.com/">Google</a> is fast <img src="/img/star.png" alt="star"/>. -</p> diff --git a/tests2/tm-cases-new/ref_links.txt b/tests2/tm-cases-new/ref_links.txt deleted file mode 100644 index 4df8c01..0000000 --- a/tests2/tm-cases-new/ref_links.txt +++ /dev/null @@ -1,6 +0,0 @@ -[Google][] is fast ![star][]. - -[google]: http://www.google.com/ -[star]: /img/star.png - - diff --git a/tests2/tm-cases-new/sublist-para.html b/tests2/tm-cases-new/sublist-para.html deleted file mode 100644 index f1d47bf..0000000 --- a/tests2/tm-cases-new/sublist-para.html +++ /dev/null @@ -1,36 +0,0 @@ -<p>Some quick thoughts from a coder's perspective: -</p> - -<ul> -<li><p>The source will be available in a Mercurial ... -</p> -</li> -<li><p>Komodo is a Mozilla-based application... -</p> - -<ul> -<li> -Get a slightly tweaked mozilla build (C++, JavaScript, XUL). -</li> -<li> -Get a slightly tweaks Python build (C). -</li> -<li> -Add a bunch of core logic (Python)... -</li> -<li> -Add Komodo chrome (XUL, JavaScript, CSS, DTDs). -</li> -</ul> - -<p><p>What this means is that work on and add significant functionality... -</p> -</li> -<li><p>Komodo uses the same extension mechanisms as Firefox... -</p> -</li> -<li><p>Komodo builds and runs on Windows, Linux and ... -</p> -</li> -</ul> -</p> diff --git a/tests2/tm-cases-new/sublist-para.txt b/tests2/tm-cases-new/sublist-para.txt deleted file mode 100644 index 7bf07ba..0000000 --- a/tests2/tm-cases-new/sublist-para.txt +++ /dev/null @@ -1,17 +0,0 @@ -Some quick thoughts from a coder's perspective: - -- The source will be available in a Mercurial ... - -- Komodo is a Mozilla-based application... - - - Get a slightly tweaked mozilla build (C++, JavaScript, XUL). - - Get a slightly tweaks Python build (C). - - Add a bunch of core logic (Python)... - - Add Komodo chrome (XUL, JavaScript, CSS, DTDs). - - What this means is that work on and add significant functionality... - -- Komodo uses the same extension mechanisms as Firefox... - -- Komodo builds and runs on Windows, Linux and ... - diff --git a/tests2/tm-cases-new/tricky_anchors.html b/tests2/tm-cases-new/tricky_anchors.html deleted file mode 100644 index af40218..0000000 --- a/tests2/tm-cases-new/tricky_anchors.html +++ /dev/null @@ -1,17 +0,0 @@ -<p><a href="/url/">with [brackets][] in text</a> -</p> - -<p><a href="/url/" title="a title">with [[brackets][]] in text</a> -</p> - -<p><a href="/url/">full link [like](/this/) in text</a> -</p> - -<p><a href="/url/">full link to img <img src="/this/" alt="like"/> is ok</a> -</p> - -<p>[only open <a href="/url/" title="a title">bracket(/in/) text</a> -</p> - -<p><a href="/in/">only close bracket</a> text](/url/) -</p> diff --git a/tests2/tm-cases-new/tricky_anchors.txt b/tests2/tm-cases-new/tricky_anchors.txt deleted file mode 100644 index 217f685..0000000 --- a/tests2/tm-cases-new/tricky_anchors.txt +++ /dev/null @@ -1,11 +0,0 @@ -[with [brackets][] in text](/url/) - -[with [[brackets][]] in text](/url/ "a title") - -[full link [like](/this/) in text](/url/) - -[full link to img ![like](/this/) is ok](/url/) - -[only open [bracket(/in/) text](/url/ 'a title') - -[only close bracket](/in/) text](/url/) diff --git a/tests2/tm-cases-new/underline_in_autolink.html b/tests2/tm-cases-new/underline_in_autolink.html deleted file mode 100644 index f5f21eb..0000000 --- a/tests2/tm-cases-new/underline_in_autolink.html +++ /dev/null @@ -1,3 +0,0 @@ -<p>Eric wrote up a (long) intro to writing UDL definitions a while back on -his blog: <a href="http://blogs.activestate.com/ericp/2007/01/kid_adding_a_ne.html">http://blogs.activestate.com/ericp/2007/01/kid_adding_a_ne.html</a> -</p> diff --git a/tests2/tm-cases-new/underline_in_autolink.txt b/tests2/tm-cases-new/underline_in_autolink.txt deleted file mode 100644 index 58ae3e0..0000000 --- a/tests2/tm-cases-new/underline_in_autolink.txt +++ /dev/null @@ -1,2 +0,0 @@ -Eric wrote up a (long) intro to writing UDL definitions a while back on -his blog: <http://blogs.activestate.com/ericp/2007/01/kid_adding_a_ne.html> |