chore: add newline at end of test files

This commit is contained in:
Estevao Soares dos Santos 2017-01-28 01:34:38 +00:00
parent fea64bdd3c
commit d3ebbc128e
50 changed files with 48 additions and 50 deletions

View File

@ -8,4 +8,4 @@ This is [a fourth][4] reference-style link.
[foo]: http://example.com/ (Optional Title Here)
[bar]: http://example.com/ (Optional Title Here)
[4]: <http://example.com/>
"Optional Title Here"
"Optional Title Here"

View File

@ -1,2 +1,2 @@
<http://example.com/>
<http://example.com/>

View File

@ -5,4 +5,4 @@
>
> Here's some example code:
>
> return shell_exec("echo $input | $markdown_script");
> return shell_exec("echo $input | $markdown_script");

View File

@ -1,4 +1,4 @@
> This is a multi line blockquote test
>
> With more than one line.
> With more than one line.

View File

@ -1,4 +1,4 @@
This is some HTML:
<h1>Heading</h1>
<h1>Heading</h1>

View File

@ -1,4 +1,4 @@
This is a normal paragraph:
This is a code block.
This is a code block.

View File

@ -1,4 +1,4 @@
* Bird
* Magic
* Magic

View File

@ -29,4 +29,4 @@ These should all be escaped:
\.
\!
\!

View File

@ -4,4 +4,4 @@ function MyFunc(a) {
}
```
That is some code!
That is some code!

View File

@ -11,4 +11,4 @@ And some HTML
```html
<div>HTML!</div>
```
```

View File

@ -1,4 +1,4 @@
```
code can go here
this is rendered on a second line
```
```

View File

@ -1 +1 @@
# This is an H1 #
# This is an H1 #

View File

@ -1,2 +1,2 @@
This is an H1
=============
=============

View File

@ -1 +1 @@
# This is an H1
# This is an H1

View File

@ -1,2 +1,2 @@
This is an H2
-------------
-------------

View File

@ -1 +1 @@
## This is an H2 ##
## This is an H2 ##

View File

@ -1 +1 @@
## This is an H2
## This is an H2

View File

@ -1 +1 @@
### This is an H3 ###
### This is an H3 ###

View File

@ -1 +1 @@
### This is an H3
### This is an H3

View File

@ -1 +1 @@
#### This is an H4
#### This is an H4

View File

@ -1 +1 @@
##### This is an H5
##### This is an H5

View File

@ -1 +1 @@
###### This is an H6
###### This is an H6

View File

@ -66,4 +66,4 @@ the end
<h2>Secondary title</h2>
</hgroup>
<output name="result"></output>
<output name="result"></output>

View File

@ -5,4 +5,4 @@
![Alt text][id]
[id]: url/to/image "Optional title attribute"
[id]: url/to/image "Optional title attribute"

View File

@ -2,4 +2,4 @@
Search the web at [Google][] or [Daring Fireball][].
[Google]: http://google.com/
[Daring Fireball]: http://daringfireball.net/
[Daring Fireball]: http://daringfireball.net/

View File

@ -1,4 +1,4 @@
This is [an example](http://example.com/ "Title") inline link.
[This link](http://example.net/) has no title attribute.
[This link](http://example.net/) has no title attribute.

View File

@ -9,4 +9,4 @@ A backtick-delimited string in a code span: `` `foo` ``
Please don't use any `<blink>` tags.
`&#8212;` is the decimal-encoded equivalent of `&mdash;`.
`&#8212;` is the decimal-encoded equivalent of `&mdash;`.

View File

@ -1,3 +1,3 @@
Hello.this\_is\_a\_variable
and.this.is.another_one
and.this.is.another_one

View File

@ -3,4 +3,4 @@
p { line-height: 20px; }
</style>
An exciting sentence.
An exciting sentence.

View File

@ -1,4 +1,4 @@
> This is a multi line blockquote test
> With more than one line.
> With more than one line.

View File

@ -1,3 +1,3 @@
<a href="foo">some text</a> words
<br> words
<br> words

View File

@ -6,4 +6,4 @@
> some text in a blockquote
* another list item 1
* another list item 2
* another list item 2

View File

@ -10,4 +10,4 @@ and some other line of code
```
* another list item 1
* another list item 2
* another list item 2

View File

@ -1,4 +1,4 @@
* A list item with a blockquote:
> This is a blockquote
> inside a list item.
> inside a list item.

View File

@ -1,3 +1,3 @@
* A list item with code:
alert('Hello world!');
alert('Hello world!');

View File

@ -6,4 +6,4 @@ some <code>inline **code** block</code>
yo dawg <code start="true">some <code start="false">code</code> inception</code>
<div>some **div** yeah</div>
<div>some **div** yeah</div>

View File

@ -3,4 +3,4 @@
That contains multiple paragraphs.
2. And another line
2. And another line

View File

@ -1,4 +1,4 @@
- This line spans
more than one line and is lazy
- Similar to this line
- Similar to this line

View File

@ -3,4 +3,4 @@
>
> > And nesting!
>
> With more than one line.
> With more than one line.

View File

@ -1,4 +1,4 @@
1. Red
1. Green
1. Blue
1. Blue

View File

@ -1,4 +1,4 @@
8. Red
1. Green
3. Blue
3. Blue

View File

@ -1,4 +1,4 @@
1. Red
2. Green
3. Blue
3. Blue

View File

@ -5,4 +5,3 @@ code inception
<div>some html code inside code html tags inside a fenced code block</div>
</code></pre>
```

View File

@ -14,4 +14,3 @@ foobar
<pre><code>
<div>some html code</div>
</code></pre>

View File

@ -1,2 +1,2 @@
See my [About](/about/) page for details.
See my [About](/about/) page for details.

View File

@ -1,2 +1,2 @@
Hello, world!
Hello, world!

View File

@ -3,4 +3,4 @@
__important__
really **freaking**strong
really **freaking**strong

View File

@ -1,4 +1,4 @@
* Red
* Green
* Blue
* Blue

View File

@ -1,4 +1,4 @@
- Red
- Green
- Blue
- Blue

View File

@ -1,4 +1,4 @@
+ Red
+ Green
+ Blue
+ Blue