diff options
Diffstat (limited to 'tests/basic/horizontal-rules.txt')
-rw-r--r-- | tests/basic/horizontal-rules.txt | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/tests/basic/horizontal-rules.txt b/tests/basic/horizontal-rules.txt new file mode 100644 index 0000000..1594bda --- /dev/null +++ b/tests/basic/horizontal-rules.txt @@ -0,0 +1,67 @@ +Dashes: + +--- + + --- + + --- + + --- + + --- + +- - - + + - - - + + - - - + + - - - + + - - - + + +Asterisks: + +*** + + *** + + *** + + *** + + *** + +* * * + + * * * + + * * * + + * * * + + * * * + + +Underscores: + +___ + + ___ + + ___ + + ___ + + ___ + +_ _ _ + + _ _ _ + + _ _ _ + + _ _ _ + + _ _ _ |