-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gunther Klessinger
committed
Nov 16, 2016
1 parent
8e3718c
commit 60d7c15
Showing
6 changed files
with
62 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# Test runner | ||
|
||
## building the expected results files | ||
- execute `run build` to generate mdv output for all ".md" files within this folder. | ||
- commit | ||
|
||
|
||
## testing new mdv versions | ||
|
||
- travis will execute `run` to diff the current mdv output with the expected | ||
results | ||
|
||
|
||
## Notes | ||
|
||
Some day I'll make the line seps a bit smarter, e.g. min one line sep after lists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
|
||
[38;5;59m[0m[38;5;209mTest runner[0m | ||
|
||
[38;5;59m[0m[38;5;74m building the expected results files[0m | ||
[38;5;188m [38;5;209m- [0mexecute [38;5;74mrun build[38;5;188m to generate mdv output for all ".md" files within this | ||
folder.[0m | ||
[38;5;188m [38;5;209m- [0mcommit[0m | ||
|
||
[38;5;59m[0m[38;5;74m testing new mdv versions[0m | ||
[38;5;188m [38;5;209m- [0mtravis will execute [38;5;74mrun[38;5;188m to diff the current mdv output with the expected | ||
results[0m | ||
|
||
[38;5;59m[0m[38;5;74m Notes[0m | ||
[38;5;188m Some day I'll make the line seps a bit smarter, e.g. min one line sep after | ||
lists[0m | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Lists | ||
|
||
- l1 | ||
- l2 | ||
- l3 | ||
- l4 | ||
- l5 | ||
- l2 | ||
|
||
|
||
> with sep2 | ||
|
||
|
||
* l1 | ||
* l2 | ||
* l3 | ||
* l4 | ||
* l5 | ||
* l2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
[38;5;59m[0m[38;5;209mLists[0m | ||
[38;5;188m [38;5;209m- [0ml1 | ||
[38;5;188m [38;5;74m- [0ml2[0m | ||
[38;5;188m [38;5;74m- [0ml3 | ||
[38;5;188m [38;5;32m- [0ml4[0m | ||
[38;5;188m [38;5;74m- [0ml5[0m | ||
[38;5;188m [38;5;209m- [0ml2[0m | ||
[38;5;188m with sep2[0m | ||
[38;5;188m [38;5;209m- [0ml1 | ||
[38;5;188m [38;5;74m- [0ml2[0m | ||
[38;5;188m [38;5;74m- [0ml3 | ||
[38;5;188m [38;5;32m- [0ml4[0m | ||
[38;5;188m [38;5;74m- [0ml5[0m | ||
[38;5;188m [38;5;209m- [0ml2[0m | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters