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 | |
| 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')
| -rw-r--r-- | tests/data/formattest.html | 11 | ||||
| -rw-r--r-- | tests/data/formattest.tomboynotecontent | 11 | ||||
| -rw-r--r-- | tests/data/full-formattest.html | 11 |
3 files changed, 33 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 /> diff --git a/tests/data/formattest.tomboynotecontent b/tests/data/formattest.tomboynotecontent index 8f0b017..3e5dedb 100644 --- a/tests/data/formattest.tomboynotecontent +++ b/tests/data/formattest.tomboynotecontent @@ -33,4 +33,15 @@ Links: </list-item><list-item dir="ltr"><link:url>http://cweiske.de/?foo#bar</link:url> </list-item><list-item dir="ltr"><link:url>/home/cweiske/fam.jpg</link:url></list-item></list> +Tabs: +a + b + c + d +e + +Tabs in text: +a b c +ab cd ef + Ende. diff --git a/tests/data/full-formattest.html b/tests/data/full-formattest.html index 74d27c0..79ab51f 100644 --- a/tests/data/full-formattest.html +++ b/tests/data/full-formattest.html @@ -37,5 +37,16 @@ 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 /></body> </html> |
