Skip to content

Commit 1c87c18

Browse files
dmullisdmullis
authored andcommitted
Add more regression test/examples
Surface examples/*.svg files in git-status.
1 parent d0199de commit 1c87c18

17 files changed

+3114
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
.DS_Store
33

44
vendor
5-
examples/*.svg
5+
6+
# Hiding the SVG output files introduces friction when adding a new TXT,SVG pair to the test suite.
7+
# examples/*.svg
68

79
cmd/tmpl-expand/tmpl-expand
810
cmd/goat/goat

examples/block-characters.svg

Lines changed: 55 additions & 0 deletions
Loading

examples/block-characters.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Special cases supported by Markdeep:
2+
3+
▉ ▓ ▒ ░

examples/debug.svg

Lines changed: 73 additions & 0 deletions
Loading

examples/debug.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
(
3+
4+
(
5+
6+
)
7+
8+
(
9+
10+
a()
11+
12+
a()
13+
14+
()
15+
16+
()
17+
18+
||
19+
--))--
20+
||
21+
22+
||
23+
--((--
24+
||
25+
26+
| |
27+
--)-)--
28+
| |
29+
30+
| |
31+
--(-(--
32+
| |
33+
34+
o-

examples/half-step-bugs.svg

Lines changed: 69 additions & 0 deletions
Loading

examples/half-step-bugs.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
_
3+
|_|
4+
5+
double-draw
6+
7+
8+
_
9+
| |
10+
|_|
11+
12+
gap at abutting line ends

0 commit comments

Comments
 (0)