diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2018-10-07 13:42:09 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2018-10-07 13:42:09 +0200 |
| commit | 1105322aac9cc8e71eafbf5a5eea8e709c8c77ce (patch) | |
| tree | bb2026db2adb7e1b7ab7396a047f64bbc17d0210 /tests/data/formattest.html | |
| parent | 076545376eb1ce47de2135373fb858db5a411e8c (diff) | |
| download | grauphel-1105322aac9cc8e71eafbf5a5eea8e709c8c77ce.tar.gz grauphel-1105322aac9cc8e71eafbf5a5eea8e709c8c77ce.zip | |
Display tab-based line indentation in HTML
Resolves: https://github.com/cweiske/grauphel/issues/60
Diffstat (limited to 'tests/data/formattest.html')
| -rw-r--r-- | tests/data/formattest.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/formattest.html b/tests/data/formattest.html index a7dbe14..b704c22 100644 --- a/tests/data/formattest.html +++ b/tests/data/formattest.html @@ -33,4 +33,15 @@ Links:<br /> </li><li><a href="http://cweiske.de/?foo#bar">http://cweiske.de/?foo#bar</a><br /> </li><li><a href="file:///home/cweiske/fam.jpg">/home/cweiske/fam.jpg</a></li></ul> <br /> +Tabs:<br /> +a<br /> +        b<br /> +                c<br /> +        d<br /> +e<br /> +<br /> +Tabs in text:<br /> +a b c<br /> +ab cd ef<br /> +<br /> Ende.<br /> |
