simplify folder name

This commit is contained in:
Emanuil Rusev 2014-04-28 21:53:34 +03:00
parent 83d3e3dbbf
commit 37416b5f07
103 changed files with 104 additions and 104 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true"> <phpunit bootstrap="test/bootstrap.php" colors="true">
<testsuites> <testsuites>
<testsuite> <testsuite>
<file>tests/Test.php</file> <file>test/Test.php</file>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>

View File

@ -1,8 +1,8 @@
<h1>h1</h1> <h1>h1</h1>
<h2>h2</h2> <h2>h2</h2>
<h3>h3</h3> <h3>h3</h3>
<h4>h4</h4> <h4>h4</h4>
<h5>h5</h5> <h5>h5</h5>
<h6>h6</h6> <h6>h6</h6>
<h1>closed h1</h1> <h1>closed h1</h1>
<p>#</p> <p>#</p>

View File

@ -1,15 +1,15 @@
# h1 # h1
## h2 ## h2
### h3 ### h3
#### h4 #### h4
##### h5 ##### h5
###### h6 ###### h6
# closed h1 # # closed h1 #
# #

View File

@ -1,8 +1,8 @@
<pre><code>&lt;?php <pre><code>&lt;?php
$message = 'Hello World!'; $message = 'Hello World!';
echo $message;</code></pre> echo $message;</code></pre>
<hr /> <hr />
<pre><code>&gt; not a quote <pre><code>&gt; not a quote
- not a list item - not a list item
[not a reference]: http://foo.com</code></pre> [not a reference]: http://foo.com</code></pre>

View File

@ -1,10 +1,10 @@
<?php <?php
$message = 'Hello World!'; $message = 'Hello World!';
echo $message; echo $message;
--- ---
> not a quote > not a quote
- not a list item - not a list item
[not a reference]: http://foo.com [not a reference]: http://foo.com

View File

@ -1,8 +1,8 @@
<p><em>underscore</em>, <em>asterisk</em>, <em>one two</em>, <em>three four</em>, <em>a</em>, <em>b</em></p> <p><em>underscore</em>, <em>asterisk</em>, <em>one two</em>, <em>three four</em>, <em>a</em>, <em>b</em></p>
<p><strong>strong</strong> and <em>em</em> and <strong>strong</strong> and <em>em</em></p> <p><strong>strong</strong> and <em>em</em> and <strong>strong</strong> and <em>em</em></p>
<p><em>line <p><em>line
line line
line</em></p> line</em></p>
<p>this_is_not_an_emphasis</p> <p>this_is_not_an_emphasis</p>
<p>an empty emphasis __ ** is not an emphasis</p> <p>an empty emphasis __ ** is not an emphasis</p>
<p>*mixed *<em>double and</em> single asterisk** spans</p> <p>*mixed *<em>double and</em> single asterisk** spans</p>

View File

@ -1,13 +1,13 @@
_underscore_, *asterisk*, _one two_, *three four*, _a_, *b* _underscore_, *asterisk*, _one two_, *three four*, _a_, *b*
**strong** and *em* and **strong** and *em* **strong** and *em* and **strong** and *em*
_line _line
line line
line_ line_
this_is_not_an_emphasis this_is_not_an_emphasis
an empty emphasis __ ** is not an emphasis an empty emphasis __ ** is not an emphasis
*mixed **double and* single asterisk** spans *mixed **double and* single asterisk** spans

View File

@ -1,5 +1,5 @@
<hr /> <hr />
<hr /> <hr />
<hr /> <hr />
<hr /> <hr />
<hr /> <hr />

View File

@ -1,9 +1,9 @@
--- ---
- - - - - -
- - - - - -
*** ***
___ ___

View File

@ -1,2 +1,2 @@
<p>line<br /> <p>line<br />
line</p> line</p>

View File

@ -1,2 +1,2 @@
line line
line line

View File

@ -1,5 +1,5 @@
<h1>h1</h1> <h1>h1</h1>
<h2>h2</h2> <h2>h2</h2>
<h2>single character</h2> <h2>single character</h2>
<p>not a header</p> <p>not a header</p>
<hr /> <hr />

View File

@ -1,12 +1,12 @@
h1 h1
== ==
h2 h2
-- --
single character single character
- -
not a header not a header
------------ ------------

View File

@ -1,6 +1,6 @@
<p>AT&amp;T has an ampersand in their name</p> <p>AT&amp;T has an ampersand in their name</p>
<p>this &amp; that</p> <p>this &amp; that</p>
<p>4 &lt; 5 and 6 > 5</p> <p>4 &lt; 5 and 6 > 5</p>
<p><a href="http://example.com/autolink?a=1&amp;b=2">http://example.com/autolink?a=1&amp;b=2</a></p> <p><a href="http://example.com/autolink?a=1&amp;b=2">http://example.com/autolink?a=1&amp;b=2</a></p>
<p><a href="/script?a=1&amp;b=2">inline link</a></p> <p><a href="/script?a=1&amp;b=2">inline link</a></p>
<p><a href="http://example.com/?a=1&amp;b=2">reference link</a></p> <p><a href="http://example.com/?a=1&amp;b=2">reference link</a></p>

View File

@ -1,13 +1,13 @@
AT&T has an ampersand in their name AT&T has an ampersand in their name
this & that this & that
4 < 5 and 6 > 5 4 < 5 and 6 > 5
<http://example.com/autolink?a=1&b=2> <http://example.com/autolink?a=1&b=2>
[inline link](/script?a=1&b=2) [inline link](/script?a=1&b=2)
[reference link][1] [reference link][1]
[1]: http://example.com/?a=1&b=2 [1]: http://example.com/?a=1&b=2

Some files were not shown because too many files have changed in this diff Show More