From 1105322aac9cc8e71eafbf5a5eea8e709c8c77ce Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 7 Oct 2018 13:42:09 +0200 Subject: Display tab-based line indentation in HTML Resolves: https://github.com/cweiske/grauphel/issues/60 --- tests/data/formattest.html | 11 +++++++++++ tests/data/formattest.tomboynotecontent | 11 +++++++++++ tests/data/full-formattest.html | 11 +++++++++++ 3 files changed, 33 insertions(+) (limited to 'tests/data') 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:
  • http://cweiske.de/?foo#bar
  • /home/cweiske/fam.jpg

  • +Tabs:
    +a
    +        b
    +                c
    +        d
    +e
    +
    +Tabs in text:
    +a b c
    +ab cd ef
    +
    Ende.
    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: http://cweiske.de/?foo#bar /home/cweiske/fam.jpg +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:
  • http://cweiske.de/?foo#bar
  • /home/cweiske/fam.jpg

  • +Tabs:
    +a
    +        b
    +                c
    +        d
    +e
    +
    +Tabs in text:
    +a b c
    +ab cd ef
    +
    Ende.
    -- cgit v1.2.3