diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 82cf81e..c2d6a83 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -17,11 +17,11 @@ jobs: MARKDOWN2HTML_MAVEN_PLUGIN_FAIL_ON_ERROR: true steps: - name: 📄 Checkout the repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - name: Set up JDK and Maven - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4 + uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4 with: distribution: adopt java-version: 17 @@ -36,7 +36,7 @@ jobs: github.sha }}" >> $GITHUB_OUTPUT - name: 💾 Prepare cache using cache key id: prepare-cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: | /home/runner/.m2 @@ -110,14 +110,14 @@ jobs: COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PASSPHRASE: ${{ secrets.COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PASSPHRASE }} steps: - name: 🧱 Set up JDK and Maven - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4 + uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4 with: distribution: adopt java-version: 17 gpg-private-key: ${{ secrets.COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PRIVATE_KEY }} - name: 💾 Restore cache using cache key id: restore-cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: | /home/runner/.m2 @@ -140,13 +140,13 @@ jobs: GITHUB_TOKEN: ${{ github.token }} steps: - name: 🧱 Set up JDK and Maven - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4 + uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4 with: distribution: adopt java-version: 17 - name: 💾 Restore cache using cache key id: restore-cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: | /home/runner/.m2 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 40da70b..8fd1c40 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,31 +1,23 @@ --- name: PR checks - on: pull_request: - types: - - opened - - edited - - synchronize - - reopened - - unlocked - + types: [opened, edited, synchronize, reopened, unlocked] permissions: contents: read - jobs: check-conventional-commit: name: Check commit messages runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: - ref: "${{ github.event.pull_request.head.ref }}" - repository: "${{ github.event.pull_request.head.repo.full_name }}" + ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: - cache: "pip" # caching pip dependencies + cache: pip # caching pip dependencies - run: pip install commitizen - name: Check commit messages run: cz check --rev-range origin/${GITHUB_BASE_REF}.. diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 567bde2..7331adc 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ jobs: steps: - name: release-please id: release - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4 + uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4 with: release-type: maven default-branch: main diff --git a/.gitignore b/.gitignore index 8aaa4f6..860992f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ bin .settings .idea -*.iml \ No newline at end of file +*.iml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 064a6ce..3907a6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: + - id: check-added-large-files + - id: check-case-conflict - id: check-merge-conflict - id: trailing-whitespace - id: check-xml @@ -15,6 +17,19 @@ repos: - id: check-yaml - id: no-commit-to-branch - id: mixed-line-ending + - id: end-of-file-fixer + - repo: local + hooks: + - id: sensitive-data-leak-urls + name: Sensitive data leak - URLs + entry: (? getLastModified() { public void setLastModified(List aLastModified) { lastModified = new ArrayList(aLastModified); } -} \ No newline at end of file +} diff --git a/src/main/java/org/outerj/daisy/diff/html/dom/Node.java b/src/main/java/org/outerj/daisy/diff/html/dom/Node.java index 53b8c3f..16cb004 100644 --- a/src/main/java/org/outerj/daisy/diff/html/dom/Node.java +++ b/src/main/java/org/outerj/daisy/diff/html/dom/Node.java @@ -148,7 +148,7 @@ public LastCommonParentResult getLastCommonParent(Node other) { result.setIndexInLastCommonParent( myParents.get(i - 1).getIndexOf(this)); } else if (myParents.size() > otherParents.size()) { - // All tags matched but there are tags left in this tree - + // All tags matched but there are tags left in this tree - //other node is not so deeply nested result.setIndexInLastCommonParent( myParents.get(i - 1).getIndexOf(myParents.get(i))); diff --git a/src/test/resources/failed_tests/General/Minimal/11 Attribute width/expected.html b/src/test/resources/failed_tests/General/Minimal/11 Attribute width/expected.html index a26a16b..687a4cc 100644 --- a/src/test/resources/failed_tests/General/Minimal/11 Attribute width/expected.html +++ b/src/test/resources/failed_tests/General/Minimal/11 Attribute width/expected.html @@ -3,4 +3,4 @@ should always be given twice a week. - \ No newline at end of file + diff --git a/src/test/resources/failed_tests/General/Minimal/26 Attribute change/expected.html b/src/test/resources/failed_tests/General/Minimal/26 Attribute change/expected.html index ba11d2f..81ae35e 100644 --- a/src/test/resources/failed_tests/General/Minimal/26 Attribute change/expected.html +++ b/src/test/resources/failed_tests/General/Minimal/26 Attribute change/expected.html @@ -1,3 +1,3 @@

The product should always be given twice a week.

- \ No newline at end of file + diff --git a/src/test/resources/failed_tests/General/Minimal/27 Tag scope/expected.html b/src/test/resources/failed_tests/General/Minimal/27 Tag scope/expected.html index 5e59b7f..668b3ed 100644 --- a/src/test/resources/failed_tests/General/Minimal/27 Tag scope/expected.html +++ b/src/test/resources/failed_tests/General/Minimal/27 Tag scope/expected.html @@ -1,3 +1,3 @@

The product should always be given twice a week.

- \ No newline at end of file + diff --git a/src/test/resources/failed_tests/General/Minimal/28 Attribute scope/expected.html b/src/test/resources/failed_tests/General/Minimal/28 Attribute scope/expected.html index 49a7227..cd5713f 100644 --- a/src/test/resources/failed_tests/General/Minimal/28 Attribute scope/expected.html +++ b/src/test/resources/failed_tests/General/Minimal/28 Attribute scope/expected.html @@ -1,3 +1,3 @@

The product should always be given twice a week.

- \ No newline at end of file + diff --git a/src/test/resources/failed_tests/General/Minimal/29 Table attribute add/expected.html b/src/test/resources/failed_tests/General/Minimal/29 Table attribute add/expected.html index ecf982a..a060766 100644 --- a/src/test/resources/failed_tests/General/Minimal/29 Table attribute add/expected.html +++ b/src/test/resources/failed_tests/General/Minimal/29 Table attribute add/expected.html @@ -1,3 +1,3 @@

The product should always be given twice a week.

- \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/01 add last Word/expected.html b/src/test/resources/testdata/General/Minimal/01 add last Word/expected.html index b741bee..b74eae0 100644 --- a/src/test/resources/testdata/General/Minimal/01 add last Word/expected.html +++ b/src/test/resources/testdata/General/Minimal/01 add last Word/expected.html @@ -1,3 +1,3 @@

This is a sample sentence with a last word change.

- \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/02 remove last Word/expected.html b/src/test/resources/testdata/General/Minimal/02 remove last Word/expected.html index da37ef5..20c13b4 100644 --- a/src/test/resources/testdata/General/Minimal/02 remove last Word/expected.html +++ b/src/test/resources/testdata/General/Minimal/02 remove last Word/expected.html @@ -1,3 +1,3 @@

This is a sample sentence with patients (CDC stage A).

- \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/03 dot/expected.html b/src/test/resources/testdata/General/Minimal/03 dot/expected.html index 4f9268b..5c05b02 100644 --- a/src/test/resources/testdata/General/Minimal/03 dot/expected.html +++ b/src/test/resources/testdata/General/Minimal/03 dot/expected.html @@ -1,4 +1,4 @@

This is a sample sentence with a full stop.

- \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/a.html b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/a.html index 0b7297d..204d423 100644 --- a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/a.html +++ b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/a.html @@ -7,8 +7,8 @@ - -
  • This is a ship
  • + +
  • This is a ship
  • diff --git a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/a.xml b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/a.xml index 0b7297d..204d423 100644 --- a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/a.xml +++ b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/a.xml @@ -7,8 +7,8 @@ - -
  • This is a ship
  • + +
  • This is a ship
  • diff --git a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/b.html b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/b.html index 6a54793..27ea4a3 100644 --- a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/b.html +++ b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/b.html @@ -7,9 +7,9 @@
  • Olympic
  • BA
  • - -
  • What about a skateboard?
  • -
  • This ain't a ship
  • + +
  • What about a skateboard?
  • +
  • This ain't a ship
  • diff --git a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/b.xml b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/b.xml index 6a54793..27ea4a3 100644 --- a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/b.xml +++ b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/b.xml @@ -7,9 +7,9 @@
  • Olympic
  • BA
  • - -
  • What about a skateboard?
  • -
  • This ain't a ship
  • + +
  • What about a skateboard?
  • +
  • This ain't a ship
  • diff --git a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/expected.html b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/expected.html index 87cc987..01e1ec9 100644 --- a/src/test/resources/testdata/General/Minimal/06 Lists ins del items/expected.html +++ b/src/test/resources/testdata/General/Minimal/06 Lists ins del items/expected.html @@ -21,4 +21,4 @@
  • This ain't This is a ship
  • - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/12 Remove br/expected.html b/src/test/resources/testdata/General/Minimal/12 Remove br/expected.html index 138e466..c255957 100644 --- a/src/test/resources/testdata/General/Minimal/12 Remove br/expected.html +++ b/src/test/resources/testdata/General/Minimal/12 Remove br/expected.html @@ -2,4 +2,4 @@

    The product should always

    be given twice a week.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/13 HTML entities/a.html b/src/test/resources/testdata/General/Minimal/13 HTML entities/a.html index eea9b7f..2a198ab 100644 --- a/src/test/resources/testdata/General/Minimal/13 HTML entities/a.html +++ b/src/test/resources/testdata/General/Minimal/13 HTML entities/a.html @@ -1,5 +1,5 @@ -

    This & is a < test

    +

    This & is a < test

    diff --git a/src/test/resources/testdata/General/Minimal/13 HTML entities/a.xml b/src/test/resources/testdata/General/Minimal/13 HTML entities/a.xml index eea9b7f..2a198ab 100644 --- a/src/test/resources/testdata/General/Minimal/13 HTML entities/a.xml +++ b/src/test/resources/testdata/General/Minimal/13 HTML entities/a.xml @@ -1,5 +1,5 @@ -

    This & is a < test

    +

    This & is a < test

    diff --git a/src/test/resources/testdata/General/Minimal/13 HTML entities/b.html b/src/test/resources/testdata/General/Minimal/13 HTML entities/b.html index 8eca872..adaea8a 100644 --- a/src/test/resources/testdata/General/Minimal/13 HTML entities/b.html +++ b/src/test/resources/testdata/General/Minimal/13 HTML entities/b.html @@ -1,5 +1,5 @@ -

    This & is a < test < more

    +

    This & is a < test < more

    diff --git a/src/test/resources/testdata/General/Minimal/13 HTML entities/b.xml b/src/test/resources/testdata/General/Minimal/13 HTML entities/b.xml index 8eca872..adaea8a 100644 --- a/src/test/resources/testdata/General/Minimal/13 HTML entities/b.xml +++ b/src/test/resources/testdata/General/Minimal/13 HTML entities/b.xml @@ -1,5 +1,5 @@ -

    This & is a < test < more

    +

    This & is a < test < more

    diff --git a/src/test/resources/testdata/General/Minimal/13 HTML entities/expected.html b/src/test/resources/testdata/General/Minimal/13 HTML entities/expected.html index 4fc29cc..1404421 100644 --- a/src/test/resources/testdata/General/Minimal/13 HTML entities/expected.html +++ b/src/test/resources/testdata/General/Minimal/13 HTML entities/expected.html @@ -1,4 +1,4 @@

    This & is a < test < more

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/14 greek entities/a.html b/src/test/resources/testdata/General/Minimal/14 greek entities/a.html index 82939da..4eae126 100644 --- a/src/test/resources/testdata/General/Minimal/14 greek entities/a.html +++ b/src/test/resources/testdata/General/Minimal/14 greek entities/a.html @@ -1,5 +1,5 @@  -

    ΓΘΞ

    +

    ΓΘΞ

    diff --git a/src/test/resources/testdata/General/Minimal/14 greek entities/a.xml b/src/test/resources/testdata/General/Minimal/14 greek entities/a.xml index 82939da..4eae126 100644 --- a/src/test/resources/testdata/General/Minimal/14 greek entities/a.xml +++ b/src/test/resources/testdata/General/Minimal/14 greek entities/a.xml @@ -1,5 +1,5 @@  -

    ΓΘΞ

    +

    ΓΘΞ

    diff --git a/src/test/resources/testdata/General/Minimal/14 greek entities/b.html b/src/test/resources/testdata/General/Minimal/14 greek entities/b.html index 3f5c030..6822e59 100644 --- a/src/test/resources/testdata/General/Minimal/14 greek entities/b.html +++ b/src/test/resources/testdata/General/Minimal/14 greek entities/b.html @@ -1,5 +1,5 @@  -

    ΓΘΞΣ

    +

    ΓΘΞΣ

    diff --git a/src/test/resources/testdata/General/Minimal/14 greek entities/b.xml b/src/test/resources/testdata/General/Minimal/14 greek entities/b.xml index 3f5c030..6822e59 100644 --- a/src/test/resources/testdata/General/Minimal/14 greek entities/b.xml +++ b/src/test/resources/testdata/General/Minimal/14 greek entities/b.xml @@ -1,5 +1,5 @@  -

    ΓΘΞΣ

    +

    ΓΘΞΣ

    diff --git a/src/test/resources/testdata/General/Minimal/14 greek entities/expected.html b/src/test/resources/testdata/General/Minimal/14 greek entities/expected.html index 032f8a7..0ea8079 100644 --- a/src/test/resources/testdata/General/Minimal/14 greek entities/expected.html +++ b/src/test/resources/testdata/General/Minimal/14 greek entities/expected.html @@ -2,4 +2,4 @@ 

    ΓΘΞ ΓΘΞΣ

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/15 greek chars/a.html b/src/test/resources/testdata/General/Minimal/15 greek chars/a.html index 3a490a9..775fe71 100644 --- a/src/test/resources/testdata/General/Minimal/15 greek chars/a.html +++ b/src/test/resources/testdata/General/Minimal/15 greek chars/a.html @@ -1,5 +1,5 @@  -

    Ελληνική λέξη

    +

    Ελληνική λέξη

    diff --git a/src/test/resources/testdata/General/Minimal/15 greek chars/a.xml b/src/test/resources/testdata/General/Minimal/15 greek chars/a.xml index 3a490a9..775fe71 100644 --- a/src/test/resources/testdata/General/Minimal/15 greek chars/a.xml +++ b/src/test/resources/testdata/General/Minimal/15 greek chars/a.xml @@ -1,5 +1,5 @@  -

    Ελληνική λέξη

    +

    Ελληνική λέξη

    diff --git a/src/test/resources/testdata/General/Minimal/15 greek chars/b.html b/src/test/resources/testdata/General/Minimal/15 greek chars/b.html index 9631166..52ee41f 100644 --- a/src/test/resources/testdata/General/Minimal/15 greek chars/b.html +++ b/src/test/resources/testdata/General/Minimal/15 greek chars/b.html @@ -1,5 +1,5 @@  -

    Ελληνική λέξης

    +

    Ελληνική λέξης

    diff --git a/src/test/resources/testdata/General/Minimal/15 greek chars/b.xml b/src/test/resources/testdata/General/Minimal/15 greek chars/b.xml index 9631166..52ee41f 100644 --- a/src/test/resources/testdata/General/Minimal/15 greek chars/b.xml +++ b/src/test/resources/testdata/General/Minimal/15 greek chars/b.xml @@ -1,5 +1,5 @@  -

    Ελληνική λέξης

    +

    Ελληνική λέξης

    diff --git a/src/test/resources/testdata/General/Minimal/15 greek chars/expected.html b/src/test/resources/testdata/General/Minimal/15 greek chars/expected.html index e356ff4..a27f2a2 100644 --- a/src/test/resources/testdata/General/Minimal/15 greek chars/expected.html +++ b/src/test/resources/testdata/General/Minimal/15 greek chars/expected.html @@ -1,4 +1,4 @@ 

    Ελληνική λέξηλέξης

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/16 List add item/expected.html b/src/test/resources/testdata/General/Minimal/16 List add item/expected.html index f7ee0e4..1848957 100644 --- a/src/test/resources/testdata/General/Minimal/16 List add item/expected.html +++ b/src/test/resources/testdata/General/Minimal/16 List add item/expected.html @@ -7,4 +7,4 @@
  • Third
  • - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/18 simple tags/expected.html b/src/test/resources/testdata/General/Minimal/18 simple tags/expected.html index ceb5732..e8c1507 100644 --- a/src/test/resources/testdata/General/Minimal/18 simple tags/expected.html +++ b/src/test/resources/testdata/General/Minimal/18 simple tags/expected.html @@ -1,4 +1,4 @@

    Hello World

    Hello Again now

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/19 sup no space/a.html b/src/test/resources/testdata/General/Minimal/19 sup no space/a.html index c0d36d5..8f82359 100644 --- a/src/test/resources/testdata/General/Minimal/19 sup no space/a.html +++ b/src/test/resources/testdata/General/Minimal/19 sup no space/a.html @@ -1,5 +1,5 @@ -

    This is x2y a no space case.

    +

    This is x2y a no space case.

    diff --git a/src/test/resources/testdata/General/Minimal/19 sup no space/a.xml b/src/test/resources/testdata/General/Minimal/19 sup no space/a.xml index c0d36d5..8f82359 100644 --- a/src/test/resources/testdata/General/Minimal/19 sup no space/a.xml +++ b/src/test/resources/testdata/General/Minimal/19 sup no space/a.xml @@ -1,5 +1,5 @@ -

    This is x2y a no space case.

    +

    This is x2y a no space case.

    diff --git a/src/test/resources/testdata/General/Minimal/19 sup no space/expected.html b/src/test/resources/testdata/General/Minimal/19 sup no space/expected.html index 07f9798..e0ce684 100644 --- a/src/test/resources/testdata/General/Minimal/19 sup no space/expected.html +++ b/src/test/resources/testdata/General/Minimal/19 sup no space/expected.html @@ -1,3 +1,3 @@

    This is x2y x2y a no space case.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/20 sup space/a.html b/src/test/resources/testdata/General/Minimal/20 sup space/a.html index 1358636..265bac3 100644 --- a/src/test/resources/testdata/General/Minimal/20 sup space/a.html +++ b/src/test/resources/testdata/General/Minimal/20 sup space/a.html @@ -1,5 +1,5 @@ -

    This is x 2 y a no space case.

    +

    This is x 2 y a no space case.

    diff --git a/src/test/resources/testdata/General/Minimal/20 sup space/a.xml b/src/test/resources/testdata/General/Minimal/20 sup space/a.xml index 1358636..265bac3 100644 --- a/src/test/resources/testdata/General/Minimal/20 sup space/a.xml +++ b/src/test/resources/testdata/General/Minimal/20 sup space/a.xml @@ -1,5 +1,5 @@ -

    This is x 2 y a no space case.

    +

    This is x 2 y a no space case.

    diff --git a/src/test/resources/testdata/General/Minimal/20 sup space/expected.html b/src/test/resources/testdata/General/Minimal/20 sup space/expected.html index 164301d..fd53abf 100644 --- a/src/test/resources/testdata/General/Minimal/20 sup space/expected.html +++ b/src/test/resources/testdata/General/Minimal/20 sup space/expected.html @@ -1,3 +1,3 @@

    This is x 2 y a no space case.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/21 Italics remove/expected.html b/src/test/resources/testdata/General/Minimal/21 Italics remove/expected.html index 004dba7..1c4c331 100644 --- a/src/test/resources/testdata/General/Minimal/21 Italics remove/expected.html +++ b/src/test/resources/testdata/General/Minimal/21 Italics remove/expected.html @@ -1,3 +1,3 @@

    The product should always be given twice a week.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/22 Text in tag/a.html b/src/test/resources/testdata/General/Minimal/22 Text in tag/a.html index 934a285..72b0da2 100644 --- a/src/test/resources/testdata/General/Minimal/22 Text in tag/a.html +++ b/src/test/resources/testdata/General/Minimal/22 Text in tag/a.html @@ -1,5 +1,5 @@ -

    A B 4 2 C

    +

    A B 4 2 C

    diff --git a/src/test/resources/testdata/General/Minimal/22 Text in tag/a.xml b/src/test/resources/testdata/General/Minimal/22 Text in tag/a.xml index 934a285..72b0da2 100644 --- a/src/test/resources/testdata/General/Minimal/22 Text in tag/a.xml +++ b/src/test/resources/testdata/General/Minimal/22 Text in tag/a.xml @@ -1,5 +1,5 @@ -

    A B 4 2 C

    +

    A B 4 2 C

    diff --git a/src/test/resources/testdata/General/Minimal/22 Text in tag/b.html b/src/test/resources/testdata/General/Minimal/22 Text in tag/b.html index 21c2a7d..27a22ce 100644 --- a/src/test/resources/testdata/General/Minimal/22 Text in tag/b.html +++ b/src/test/resources/testdata/General/Minimal/22 Text in tag/b.html @@ -1,5 +1,5 @@ -

    A B 2 C

    +

    A B 2 C

    diff --git a/src/test/resources/testdata/General/Minimal/22 Text in tag/b.xml b/src/test/resources/testdata/General/Minimal/22 Text in tag/b.xml index 21c2a7d..27a22ce 100644 --- a/src/test/resources/testdata/General/Minimal/22 Text in tag/b.xml +++ b/src/test/resources/testdata/General/Minimal/22 Text in tag/b.xml @@ -1,5 +1,5 @@ -

    A B 2 C

    +

    A B 2 C

    diff --git a/src/test/resources/testdata/General/Minimal/22 Text in tag/expected.html b/src/test/resources/testdata/General/Minimal/22 Text in tag/expected.html index 985ff03..382f80b 100644 --- a/src/test/resources/testdata/General/Minimal/22 Text in tag/expected.html +++ b/src/test/resources/testdata/General/Minimal/22 Text in tag/expected.html @@ -1,3 +1,3 @@

    A B 4 2 C

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/23 Remove Strong/a.html b/src/test/resources/testdata/General/Minimal/23 Remove Strong/a.html index 752364c..27a22ce 100644 --- a/src/test/resources/testdata/General/Minimal/23 Remove Strong/a.html +++ b/src/test/resources/testdata/General/Minimal/23 Remove Strong/a.html @@ -1,5 +1,5 @@ -

    A B 2 C

    +

    A B 2 C

    diff --git a/src/test/resources/testdata/General/Minimal/23 Remove Strong/a.xml b/src/test/resources/testdata/General/Minimal/23 Remove Strong/a.xml index 752364c..27a22ce 100644 --- a/src/test/resources/testdata/General/Minimal/23 Remove Strong/a.xml +++ b/src/test/resources/testdata/General/Minimal/23 Remove Strong/a.xml @@ -1,5 +1,5 @@ -

    A B 2 C

    +

    A B 2 C

    diff --git a/src/test/resources/testdata/General/Minimal/23 Remove Strong/b.html b/src/test/resources/testdata/General/Minimal/23 Remove Strong/b.html index 222529f..990c5e0 100644 --- a/src/test/resources/testdata/General/Minimal/23 Remove Strong/b.html +++ b/src/test/resources/testdata/General/Minimal/23 Remove Strong/b.html @@ -1,5 +1,5 @@ -

    A B C

    +

    A B C

    diff --git a/src/test/resources/testdata/General/Minimal/23 Remove Strong/b.xml b/src/test/resources/testdata/General/Minimal/23 Remove Strong/b.xml index 222529f..990c5e0 100644 --- a/src/test/resources/testdata/General/Minimal/23 Remove Strong/b.xml +++ b/src/test/resources/testdata/General/Minimal/23 Remove Strong/b.xml @@ -1,5 +1,5 @@ -

    A B C

    +

    A B C

    diff --git a/src/test/resources/testdata/General/Minimal/23 Remove Strong/expected.html b/src/test/resources/testdata/General/Minimal/23 Remove Strong/expected.html index e9a3c0f..00d5969 100644 --- a/src/test/resources/testdata/General/Minimal/23 Remove Strong/expected.html +++ b/src/test/resources/testdata/General/Minimal/23 Remove Strong/expected.html @@ -1,3 +1,3 @@

    A B 2 C

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/24 Tag nesting/a.html b/src/test/resources/testdata/General/Minimal/24 Tag nesting/a.html index 9712ee4..9ec56d0 100644 --- a/src/test/resources/testdata/General/Minimal/24 Tag nesting/a.html +++ b/src/test/resources/testdata/General/Minimal/24 Tag nesting/a.html @@ -1,5 +1,5 @@ -

    The product should always be given twice a week.

    +

    The product should always be given twice a week.

    diff --git a/src/test/resources/testdata/General/Minimal/24 Tag nesting/a.xml b/src/test/resources/testdata/General/Minimal/24 Tag nesting/a.xml index 9712ee4..9ec56d0 100644 --- a/src/test/resources/testdata/General/Minimal/24 Tag nesting/a.xml +++ b/src/test/resources/testdata/General/Minimal/24 Tag nesting/a.xml @@ -1,5 +1,5 @@ -

    The product should always be given twice a week.

    +

    The product should always be given twice a week.

    diff --git a/src/test/resources/testdata/General/Minimal/24 Tag nesting/expected.html b/src/test/resources/testdata/General/Minimal/24 Tag nesting/expected.html index 316ce06..196d022 100644 --- a/src/test/resources/testdata/General/Minimal/24 Tag nesting/expected.html +++ b/src/test/resources/testdata/General/Minimal/24 Tag nesting/expected.html @@ -1,3 +1,3 @@

    The product should always be given twice a week.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/25 Tag overlap/a.html b/src/test/resources/testdata/General/Minimal/25 Tag overlap/a.html index c657343..8f843cb 100644 --- a/src/test/resources/testdata/General/Minimal/25 Tag overlap/a.html +++ b/src/test/resources/testdata/General/Minimal/25 Tag overlap/a.html @@ -1,5 +1,5 @@ -

    The product should always be given twice a week.

    +

    The product should always be given twice a week.

    diff --git a/src/test/resources/testdata/General/Minimal/25 Tag overlap/a.xml b/src/test/resources/testdata/General/Minimal/25 Tag overlap/a.xml index c657343..8f843cb 100644 --- a/src/test/resources/testdata/General/Minimal/25 Tag overlap/a.xml +++ b/src/test/resources/testdata/General/Minimal/25 Tag overlap/a.xml @@ -1,5 +1,5 @@ -

    The product should always be given twice a week.

    +

    The product should always be given twice a week.

    diff --git a/src/test/resources/testdata/General/Minimal/25 Tag overlap/expected.html b/src/test/resources/testdata/General/Minimal/25 Tag overlap/expected.html index 530e138..0c4f3c3 100644 --- a/src/test/resources/testdata/General/Minimal/25 Tag overlap/expected.html +++ b/src/test/resources/testdata/General/Minimal/25 Tag overlap/expected.html @@ -1,3 +1,3 @@

    The product should always be given twice a week.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/30 Closing br/a.html b/src/test/resources/testdata/General/Minimal/30 Closing br/a.html index 798497e..81bbd12 100644 --- a/src/test/resources/testdata/General/Minimal/30 Closing br/a.html +++ b/src/test/resources/testdata/General/Minimal/30 Closing br/a.html @@ -1,5 +1,5 @@ -

    this is
    an empty template test.

    +

    this is
    an empty template test.

    diff --git a/src/test/resources/testdata/General/Minimal/30 Closing br/a.xml b/src/test/resources/testdata/General/Minimal/30 Closing br/a.xml index 798497e..81bbd12 100644 --- a/src/test/resources/testdata/General/Minimal/30 Closing br/a.xml +++ b/src/test/resources/testdata/General/Minimal/30 Closing br/a.xml @@ -1,5 +1,5 @@ -

    this is
    an empty template test.

    +

    this is
    an empty template test.

    diff --git a/src/test/resources/testdata/General/Minimal/30 Closing br/expected.html b/src/test/resources/testdata/General/Minimal/30 Closing br/expected.html index 1ff32a6..80ec75a 100644 --- a/src/test/resources/testdata/General/Minimal/30 Closing br/expected.html +++ b/src/test/resources/testdata/General/Minimal/30 Closing br/expected.html @@ -2,4 +2,4 @@

    this is

    an empty template test.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/32 Empty tag/expected.html b/src/test/resources/testdata/General/Minimal/32 Empty tag/expected.html index b9a201f..f1d2ac4 100644 --- a/src/test/resources/testdata/General/Minimal/32 Empty tag/expected.html +++ b/src/test/resources/testdata/General/Minimal/32 Empty tag/expected.html @@ -5,4 +5,4 @@

    B

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/33 Tag Change/expected.html b/src/test/resources/testdata/General/Minimal/33 Tag Change/expected.html index 805641b..0c4046d 100644 --- a/src/test/resources/testdata/General/Minimal/33 Tag Change/expected.html +++ b/src/test/resources/testdata/General/Minimal/33 Tag Change/expected.html @@ -1,3 +1,3 @@

    The product should always be given twice a week.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/34 Tag Change Extend/expected.html b/src/test/resources/testdata/General/Minimal/34 Tag Change Extend/expected.html index 638c8ff..b49770e 100644 --- a/src/test/resources/testdata/General/Minimal/34 Tag Change Extend/expected.html +++ b/src/test/resources/testdata/General/Minimal/34 Tag Change Extend/expected.html @@ -1,3 +1,3 @@

    The product should always be given twice a week.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/37 Convert list/expected.html b/src/test/resources/testdata/General/Minimal/37 Convert list/expected.html index 50c5523..ccd7446 100644 --- a/src/test/resources/testdata/General/Minimal/37 Convert list/expected.html +++ b/src/test/resources/testdata/General/Minimal/37 Convert list/expected.html @@ -19,4 +19,4 @@ faulty equipment. - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/43 Punctuation/expected.html b/src/test/resources/testdata/General/Minimal/43 Punctuation/expected.html index 4b8c2f9..cda8f8b 100644 --- a/src/test/resources/testdata/General/Minimal/43 Punctuation/expected.html +++ b/src/test/resources/testdata/General/Minimal/43 Punctuation/expected.html @@ -28,4 +28,4 @@

    Test Case 27¬27

    Test Case 28Å 28

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/51 Sub and Sup/a.html b/src/test/resources/testdata/General/Minimal/51 Sub and Sup/a.html index d825510..2fdd3a5 100644 --- a/src/test/resources/testdata/General/Minimal/51 Sub and Sup/a.html +++ b/src/test/resources/testdata/General/Minimal/51 Sub and Sup/a.html @@ -25,4 +25,4 @@

    Test Case 7: With Sub and Sup

    2x2 and Test(test case) and another one (test case)


    -
    \ No newline at end of file +
    diff --git a/src/test/resources/testdata/General/Minimal/51 Sub and Sup/b.html b/src/test/resources/testdata/General/Minimal/51 Sub and Sup/b.html index c11dc1c..622e495 100644 --- a/src/test/resources/testdata/General/Minimal/51 Sub and Sup/b.html +++ b/src/test/resources/testdata/General/Minimal/51 Sub and Sup/b.html @@ -25,4 +25,4 @@

    Test Case 7: With Sub and Sup

    2x8 and Test(test Case) and another one test case


    -
    \ No newline at end of file +
    diff --git a/src/test/resources/testdata/General/Minimal/51 Sub and Sup/expected.html b/src/test/resources/testdata/General/Minimal/51 Sub and Sup/expected.html index 60e00c0..b597805 100644 --- a/src/test/resources/testdata/General/Minimal/51 Sub and Sup/expected.html +++ b/src/test/resources/testdata/General/Minimal/51 Sub and Sup/expected.html @@ -14,4 +14,4 @@ Test Case 6: Edit Sub

    H32O



    Test Case 7: With Sub and Sup

    2x28 and Test(test case Case) and another one (test case)



    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/52 Change font size/a.html b/src/test/resources/testdata/General/Minimal/52 Change font size/a.html index 48bb5b4..9eacb14 100644 --- a/src/test/resources/testdata/General/Minimal/52 Change font size/a.html +++ b/src/test/resources/testdata/General/Minimal/52 Change font size/a.html @@ -15,4 +15,4 @@

    Test Case 3: Change text

    -

    Enter the body text of your HTML document here

    \ No newline at end of file +

    Enter the body text of your HTML document here

    diff --git a/src/test/resources/testdata/General/Minimal/52 Change font size/b.html b/src/test/resources/testdata/General/Minimal/52 Change font size/b.html index 40716d8..d683f64 100644 --- a/src/test/resources/testdata/General/Minimal/52 Change font size/b.html +++ b/src/test/resources/testdata/General/Minimal/52 Change font size/b.html @@ -15,4 +15,4 @@

    Test Case 3: Change text

    -

    Enter the body text of your HTML document here

    \ No newline at end of file +

    Enter the body text of your HTML document here

    diff --git a/src/test/resources/testdata/General/Minimal/52 Change font size/expected.html b/src/test/resources/testdata/General/Minimal/52 Change font size/expected.html index 3dfada9..d58a4cf 100644 --- a/src/test/resources/testdata/General/Minimal/52 Change font size/expected.html +++ b/src/test/resources/testdata/General/Minimal/52 Change font size/expected.html @@ -1,3 +1,3 @@

    Test Case 1a: Add font size tag=3

    Enter the body text of your HTML document here



    Test Case 1b: Add font size tag=6

    Enter the body text of your HTML document here



    Test Case 2: Change font size tag

    Enter the body text of your HTML document here



    Test Case 3: Delete font size tag

    Enter the body text of your HTML document here



    Test Case 3: Change text

    Enter the body text of your HTML document here

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/a.html b/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/a.html index c5fa19c..9ecad8e 100644 --- a/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/a.html +++ b/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/a.html @@ -1 +1 @@ -first text second text third formatted text fourth text \ No newline at end of file +first text second text third formatted text fourth text diff --git a/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/b.html b/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/b.html index f83f34b..1170cc1 100644 --- a/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/b.html +++ b/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/b.html @@ -1 +1 @@ -new first text new2 second text third formatted text new3 fourth text \ No newline at end of file +new first text new2 second text third formatted text new3 fourth text diff --git a/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/expected.html b/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/expected.html index 60cf3ab..a1c9cc9 100644 --- a/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/expected.html +++ b/src/test/resources/testdata/General/Minimal/55 Complex Format Changes/expected.html @@ -1,3 +1,3 @@ new first text new2 second text third formatted text new3 fourth text - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/65 List_opening-closing/expected.html b/src/test/resources/testdata/General/Minimal/65 List_opening-closing/expected.html index 96988ef..3d7a40a 100644 --- a/src/test/resources/testdata/General/Minimal/65 List_opening-closing/expected.html +++ b/src/test/resources/testdata/General/Minimal/65 List_opening-closing/expected.html @@ -5,4 +5,4 @@
  • Third
  • - \ No newline at end of file + diff --git a/src/test/resources/testdata/General/Minimal/66 List_opening-closing li/expected.html b/src/test/resources/testdata/General/Minimal/66 List_opening-closing li/expected.html index 94158f9..b5a2f4c 100644 --- a/src/test/resources/testdata/General/Minimal/66 List_opening-closing li/expected.html +++ b/src/test/resources/testdata/General/Minimal/66 List_opening-closing li/expected.html @@ -10,4 +10,4 @@
  • - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/001 Add text start/expected.html b/src/test/resources/testdata/Paragraphs/001 Add text start/expected.html index 583a63d..2ab64ca 100644 --- a/src/test/resources/testdata/Paragraphs/001 Add text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/001 Add text start/expected.html @@ -1,4 +1,4 @@

    And This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/001 Add text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/001 Add text start_variant_1/expected.html index 550015c..435c158 100644 --- a/src/test/resources/testdata/Paragraphs/001 Add text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/001 Add text start_variant_1/expected.html @@ -1,4 +1,4 @@

    While This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/002 Add Text middle/expected.html b/src/test/resources/testdata/Paragraphs/002 Add Text middle/expected.html index c4e93b0..3af37a5 100644 --- a/src/test/resources/testdata/Paragraphs/002 Add Text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/002 Add Text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample new paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/002 Add Text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/002 Add Text middle_variant_1/expected.html index 67a20f1..ff0ce11 100644 --- a/src/test/resources/testdata/Paragraphs/002 Add Text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/002 Add Text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample small paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/003 Add Text end/expected.html b/src/test/resources/testdata/Paragraphs/003 Add Text end/expected.html index 451199c..cc0b003 100644 --- a/src/test/resources/testdata/Paragraphs/003 Add Text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/003 Add Text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests again.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/003 Add Text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/003 Add Text end_variant_1/expected.html index 838be74..0042127 100644 --- a/src/test/resources/testdata/Paragraphs/003 Add Text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/003 Add Text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests now.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/004 remove text start/expected.html b/src/test/resources/testdata/Paragraphs/004 remove text start/expected.html index b33a188..747f953 100644 --- a/src/test/resources/testdata/Paragraphs/004 remove text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/004 remove text start/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/004 remove text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/004 remove text start_variant_1/expected.html index f384b3e..cd62f01 100644 --- a/src/test/resources/testdata/Paragraphs/004 remove text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/004 remove text start_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/005 remove Text middle/expected.html b/src/test/resources/testdata/Paragraphs/005 remove Text middle/expected.html index 98e9b7f..b10f728 100644 --- a/src/test/resources/testdata/Paragraphs/005 remove Text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/005 remove Text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/005 remove Text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/005 remove Text middle_variant_1/expected.html index 2c14f04..8c5ca27 100644 --- a/src/test/resources/testdata/Paragraphs/005 remove Text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/005 remove Text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/006 remove Text end/expected.html b/src/test/resources/testdata/Paragraphs/006 remove Text end/expected.html index 95b4660..894ef79 100644 --- a/src/test/resources/testdata/Paragraphs/006 remove Text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/006 remove Text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/006 remove Text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/006 remove Text end_variant_1/expected.html index 6a596e0..287b17f 100644 --- a/src/test/resources/testdata/Paragraphs/006 remove Text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/006 remove Text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/007 remove-add Text start/expected.html b/src/test/resources/testdata/Paragraphs/007 remove-add Text start/expected.html index 2d974d3..921ca23 100644 --- a/src/test/resources/testdata/Paragraphs/007 remove-add Text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/007 remove-add Text start/expected.html @@ -1,4 +1,4 @@

    This And is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/007 remove-add Text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/007 remove-add Text start_variant_1/expected.html index fe050e0..26e4757 100644 --- a/src/test/resources/testdata/Paragraphs/007 remove-add Text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/007 remove-add Text start_variant_1/expected.html @@ -1,4 +1,4 @@

    This While is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/008 remove-add Text middle/expected.html b/src/test/resources/testdata/Paragraphs/008 remove-add Text middle/expected.html index dc7c334..e4437bd 100644 --- a/src/test/resources/testdata/Paragraphs/008 remove-add Text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/008 remove-add Text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that which will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/008 remove-add Text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/008 remove-add Text middle_variant_1/expected.html index e2e2c65..e39e948 100644 --- a/src/test/resources/testdata/Paragraphs/008 remove-add Text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/008 remove-add Text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that and it will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/009 remove-add Text end/expected.html b/src/test/resources/testdata/Paragraphs/009 remove-add Text end/expected.html index 494eb37..6a821a1 100644 --- a/src/test/resources/testdata/Paragraphs/009 remove-add Text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/009 remove-add Text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for testsnow.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/009 remove-add Text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/009 remove-add Text end_variant_1/expected.html index d67cf57..22f9b9c 100644 --- a/src/test/resources/testdata/Paragraphs/009 remove-add Text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/009 remove-add Text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for testsagain.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/010 Add formatting start/expected.html b/src/test/resources/testdata/Paragraphs/010 Add formatting start/expected.html index 100a49d..f551863 100644 --- a/src/test/resources/testdata/Paragraphs/010 Add formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/010 Add formatting start/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/010 Add formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/010 Add formatting start_variant_1/expected.html index 7fc66cd..33fadee 100644 --- a/src/test/resources/testdata/Paragraphs/010 Add formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/010 Add formatting start_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/011 Add formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/011 Add formatting middle/expected.html index e4a41db..efa5417 100644 --- a/src/test/resources/testdata/Paragraphs/011 Add formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/011 Add formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/011 Add formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/011 Add formatting middle_variant_1/expected.html index dbcf641..06eaa54 100644 --- a/src/test/resources/testdata/Paragraphs/011 Add formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/011 Add formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/012 Add formatting end/expected.html b/src/test/resources/testdata/Paragraphs/012 Add formatting end/expected.html index f068bcb..085c7e1 100644 --- a/src/test/resources/testdata/Paragraphs/012 Add formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/012 Add formatting end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/012 Add formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/012 Add formatting end_variant_1/expected.html index 1015dcf..162ae7b 100644 --- a/src/test/resources/testdata/Paragraphs/012 Add formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/012 Add formatting end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/013 Remove formatting start/expected.html b/src/test/resources/testdata/Paragraphs/013 Remove formatting start/expected.html index 649392b..a30118c 100644 --- a/src/test/resources/testdata/Paragraphs/013 Remove formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/013 Remove formatting start/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/013 Remove formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/013 Remove formatting start_variant_1/expected.html index 4ad7a17..5f56171 100644 --- a/src/test/resources/testdata/Paragraphs/013 Remove formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/013 Remove formatting start_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/014 Remove formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/014 Remove formatting middle/expected.html index a7eec90..984bdc1 100644 --- a/src/test/resources/testdata/Paragraphs/014 Remove formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/014 Remove formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/014 Remove formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/014 Remove formatting middle_variant_1/expected.html index 15fc34c..b7b9831 100644 --- a/src/test/resources/testdata/Paragraphs/014 Remove formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/014 Remove formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/015 Remove formatting end/expected.html b/src/test/resources/testdata/Paragraphs/015 Remove formatting end/expected.html index 139b3fb..54dc25c 100644 --- a/src/test/resources/testdata/Paragraphs/015 Remove formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/015 Remove formatting end/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/015 Remove formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/015 Remove formatting end_variant_1/expected.html index 3bd1d06..62e4486 100644 --- a/src/test/resources/testdata/Paragraphs/015 Remove formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/015 Remove formatting end_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/016 Change formatting start/expected.html b/src/test/resources/testdata/Paragraphs/016 Change formatting start/expected.html index 3997de9..726b9a3 100644 --- a/src/test/resources/testdata/Paragraphs/016 Change formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/016 Change formatting start/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/016 Change formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/016 Change formatting start_variant_1/expected.html index 4a59102..e76f5f7 100644 --- a/src/test/resources/testdata/Paragraphs/016 Change formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/016 Change formatting start_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/017 Change formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/017 Change formatting middle/expected.html index e107563..a231308 100644 --- a/src/test/resources/testdata/Paragraphs/017 Change formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/017 Change formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/017 Change formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/017 Change formatting middle_variant_1/expected.html index 82530bc..8be0557 100644 --- a/src/test/resources/testdata/Paragraphs/017 Change formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/017 Change formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/018 Change formatting end/expected.html b/src/test/resources/testdata/Paragraphs/018 Change formatting end/expected.html index 71bbfcb..0618d74 100644 --- a/src/test/resources/testdata/Paragraphs/018 Change formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/018 Change formatting end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/018 Change formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/018 Change formatting end_variant_1/expected.html index fcbe9ef..2da3ac8 100644 --- a/src/test/resources/testdata/Paragraphs/018 Change formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/018 Change formatting end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/019 Add double formatting start/expected.html b/src/test/resources/testdata/Paragraphs/019 Add double formatting start/expected.html index f76f00d..90a45c0 100644 --- a/src/test/resources/testdata/Paragraphs/019 Add double formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/019 Add double formatting start/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/019 Add double formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/019 Add double formatting start_variant_1/expected.html index 8264a89..8e9b2de 100644 --- a/src/test/resources/testdata/Paragraphs/019 Add double formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/019 Add double formatting start_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/020 Add double formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/020 Add double formatting middle/expected.html index c2ff264..096dbbd 100644 --- a/src/test/resources/testdata/Paragraphs/020 Add double formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/020 Add double formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/020 Add double formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/020 Add double formatting middle_variant_1/expected.html index e14d90e..c49c950 100644 --- a/src/test/resources/testdata/Paragraphs/020 Add double formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/020 Add double formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/021 Add double formatting end/expected.html b/src/test/resources/testdata/Paragraphs/021 Add double formatting end/expected.html index 75be8cc..e22b0f8 100644 --- a/src/test/resources/testdata/Paragraphs/021 Add double formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/021 Add double formatting end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/021 Add double formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/021 Add double formatting end_variant_1/expected.html index d030134..9f844ba 100644 --- a/src/test/resources/testdata/Paragraphs/021 Add double formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/021 Add double formatting end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/022 Remove double formatting start/expected.html b/src/test/resources/testdata/Paragraphs/022 Remove double formatting start/expected.html index 9b0f5fe..14fb0a5 100644 --- a/src/test/resources/testdata/Paragraphs/022 Remove double formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/022 Remove double formatting start/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/022 Remove double formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/022 Remove double formatting start_variant_1/expected.html index 065ef3f..e94a306 100644 --- a/src/test/resources/testdata/Paragraphs/022 Remove double formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/022 Remove double formatting start_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/023 Remove double formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/023 Remove double formatting middle/expected.html index 86aaf3e..84a39d3 100644 --- a/src/test/resources/testdata/Paragraphs/023 Remove double formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/023 Remove double formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/023 Remove double formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/023 Remove double formatting middle_variant_1/expected.html index db79496..2b43c2b 100644 --- a/src/test/resources/testdata/Paragraphs/023 Remove double formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/023 Remove double formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/024 Remove double formatting end/expected.html b/src/test/resources/testdata/Paragraphs/024 Remove double formatting end/expected.html index ca5ec87..b8af406 100644 --- a/src/test/resources/testdata/Paragraphs/024 Remove double formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/024 Remove double formatting end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/024 Remove double formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/024 Remove double formatting end_variant_1/expected.html index 09bd95d..1daeeb6 100644 --- a/src/test/resources/testdata/Paragraphs/024 Remove double formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/024 Remove double formatting end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/025 Change double formatting start/expected.html b/src/test/resources/testdata/Paragraphs/025 Change double formatting start/expected.html index c7aa2cb..a8dd333 100644 --- a/src/test/resources/testdata/Paragraphs/025 Change double formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/025 Change double formatting start/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/025 Change double formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/025 Change double formatting start_variant_1/expected.html index 8bb502d..f290d30 100644 --- a/src/test/resources/testdata/Paragraphs/025 Change double formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/025 Change double formatting start_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/026 Change double formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/026 Change double formatting middle/expected.html index b9ae383..16c721b 100644 --- a/src/test/resources/testdata/Paragraphs/026 Change double formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/026 Change double formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/026 Change double formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/026 Change double formatting middle_variant_1/expected.html index aa1b61d..f1596e7 100644 --- a/src/test/resources/testdata/Paragraphs/026 Change double formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/026 Change double formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/027 Change double formatting end/expected.html b/src/test/resources/testdata/Paragraphs/027 Change double formatting end/expected.html index cbfc2c0..56c3e6d 100644 --- a/src/test/resources/testdata/Paragraphs/027 Change double formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/027 Change double formatting end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/027 Change double formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/027 Change double formatting end_variant_1/expected.html index 63856ad..048b6c2 100644 --- a/src/test/resources/testdata/Paragraphs/027 Change double formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/027 Change double formatting end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/028 Add Different formatting start/expected.html b/src/test/resources/testdata/Paragraphs/028 Add Different formatting start/expected.html index 64677a5..f0b63ff 100644 --- a/src/test/resources/testdata/Paragraphs/028 Add Different formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/028 Add Different formatting start/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/028 Add Different formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/028 Add Different formatting start_variant_1/expected.html index f80af77..8355211 100644 --- a/src/test/resources/testdata/Paragraphs/028 Add Different formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/028 Add Different formatting start_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/029 Add Different formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/029 Add Different formatting middle/expected.html index 91bc428..87dbab5 100644 --- a/src/test/resources/testdata/Paragraphs/029 Add Different formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/029 Add Different formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/029 Add Different formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/029 Add Different formatting middle_variant_1/expected.html index 4bada30..006db51 100644 --- a/src/test/resources/testdata/Paragraphs/029 Add Different formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/029 Add Different formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/030 Add Different formatting end/expected.html b/src/test/resources/testdata/Paragraphs/030 Add Different formatting end/expected.html index b15d0e7..19bdbe6 100644 --- a/src/test/resources/testdata/Paragraphs/030 Add Different formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/030 Add Different formatting end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/030 Add Different formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/030 Add Different formatting end_variant_1/expected.html index 2e9ef71..ac5e719 100644 --- a/src/test/resources/testdata/Paragraphs/030 Add Different formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/030 Add Different formatting end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/031 Remove Different formatting start/expected.html b/src/test/resources/testdata/Paragraphs/031 Remove Different formatting start/expected.html index fad739b..a1cfda3 100644 --- a/src/test/resources/testdata/Paragraphs/031 Remove Different formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/031 Remove Different formatting start/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/031 Remove Different formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/031 Remove Different formatting start_variant_1/expected.html index 3e84b55..cc57c4f 100644 --- a/src/test/resources/testdata/Paragraphs/031 Remove Different formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/031 Remove Different formatting start_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/032 Remove Different formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/032 Remove Different formatting middle/expected.html index c11372a..98ba87f 100644 --- a/src/test/resources/testdata/Paragraphs/032 Remove Different formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/032 Remove Different formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/032 Remove Different formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/032 Remove Different formatting middle_variant_1/expected.html index aebeb45..45b7552 100644 --- a/src/test/resources/testdata/Paragraphs/032 Remove Different formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/032 Remove Different formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/033 Remove Different formatting end/expected.html b/src/test/resources/testdata/Paragraphs/033 Remove Different formatting end/expected.html index b68bdba..0149718 100644 --- a/src/test/resources/testdata/Paragraphs/033 Remove Different formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/033 Remove Different formatting end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/033 Remove Different formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/033 Remove Different formatting end_variant_1/expected.html index 4cfd6c2..c6d57db 100644 --- a/src/test/resources/testdata/Paragraphs/033 Remove Different formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/033 Remove Different formatting end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/034 Change Different formatting start/expected.html b/src/test/resources/testdata/Paragraphs/034 Change Different formatting start/expected.html index 7c72af0..dadc98b 100644 --- a/src/test/resources/testdata/Paragraphs/034 Change Different formatting start/expected.html +++ b/src/test/resources/testdata/Paragraphs/034 Change Different formatting start/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/034 Change Different formatting start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/034 Change Different formatting start_variant_1/expected.html index 35c8609..420c667 100644 --- a/src/test/resources/testdata/Paragraphs/034 Change Different formatting start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/034 Change Different formatting start_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/035 Change Different formatting middle/expected.html b/src/test/resources/testdata/Paragraphs/035 Change Different formatting middle/expected.html index 4526c8d..63d57ab 100644 --- a/src/test/resources/testdata/Paragraphs/035 Change Different formatting middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/035 Change Different formatting middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/035 Change Different formatting middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/035 Change Different formatting middle_variant_1/expected.html index 3fbaec4..bc9d1d9 100644 --- a/src/test/resources/testdata/Paragraphs/035 Change Different formatting middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/035 Change Different formatting middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/036 Change Different formatting end/expected.html b/src/test/resources/testdata/Paragraphs/036 Change Different formatting end/expected.html index 2288c9b..a45a684 100644 --- a/src/test/resources/testdata/Paragraphs/036 Change Different formatting end/expected.html +++ b/src/test/resources/testdata/Paragraphs/036 Change Different formatting end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/036 Change Different formatting end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/036 Change Different formatting end_variant_1/expected.html index 16d1733..6f6f042 100644 --- a/src/test/resources/testdata/Paragraphs/036 Change Different formatting end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/036 Change Different formatting end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/037 Add formatted text start/expected.html b/src/test/resources/testdata/Paragraphs/037 Add formatted text start/expected.html index 6ded60a..2209f29 100644 --- a/src/test/resources/testdata/Paragraphs/037 Add formatted text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/037 Add formatted text start/expected.html @@ -1,4 +1,4 @@

    And This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/037 Add formatted text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/037 Add formatted text start_variant_1/expected.html index 108bd70..9dd576b 100644 --- a/src/test/resources/testdata/Paragraphs/037 Add formatted text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/037 Add formatted text start_variant_1/expected.html @@ -1,4 +1,4 @@

    Why This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/038 Add formatted Text middle/expected.html b/src/test/resources/testdata/Paragraphs/038 Add formatted Text middle/expected.html index c77a3bd..971657d 100644 --- a/src/test/resources/testdata/Paragraphs/038 Add formatted Text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/038 Add formatted Text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample big paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/038 Add formatted Text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/038 Add formatted Text middle_variant_1/expected.html index 192b9a1..ec7ebaf 100644 --- a/src/test/resources/testdata/Paragraphs/038 Add formatted Text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/038 Add formatted Text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample important paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/039 Add formatted Text end/expected.html b/src/test/resources/testdata/Paragraphs/039 Add formatted Text end/expected.html index 1a2eccc..c5385a1 100644 --- a/src/test/resources/testdata/Paragraphs/039 Add formatted Text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/039 Add formatted Text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests now.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/039 Add formatted Text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/039 Add formatted Text end_variant_1/expected.html index 9225247..b416959 100644 --- a/src/test/resources/testdata/Paragraphs/039 Add formatted Text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/039 Add formatted Text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests again.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/040 remove formatted text start/expected.html b/src/test/resources/testdata/Paragraphs/040 remove formatted text start/expected.html index 945252b..5556726 100644 --- a/src/test/resources/testdata/Paragraphs/040 remove formatted text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/040 remove formatted text start/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/040 remove formatted text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/040 remove formatted text start_variant_1/expected.html index 5dc4131..f0827b9 100644 --- a/src/test/resources/testdata/Paragraphs/040 remove formatted text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/040 remove formatted text start_variant_1/expected.html @@ -1,4 +1,4 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle/expected.html b/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle/expected.html index cb593e4..4dc7d16 100644 --- a/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle_variant_1/expected.html index 9ca2c01..5792ab3 100644 --- a/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/042 remove formatted Text end/expected.html b/src/test/resources/testdata/Paragraphs/042 remove formatted Text end/expected.html index 94e1c16..64a3ee1 100644 --- a/src/test/resources/testdata/Paragraphs/042 remove formatted Text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/042 remove formatted Text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/042 remove formatted Text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/042 remove formatted Text end_variant_1/expected.html index d44a734..abd4f08 100644 --- a/src/test/resources/testdata/Paragraphs/042 remove formatted Text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/042 remove formatted Text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests .

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/043 remove-add formatted Text start/expected.html b/src/test/resources/testdata/Paragraphs/043 remove-add formatted Text start/expected.html index 6b96d66..a420f76 100644 --- a/src/test/resources/testdata/Paragraphs/043 remove-add formatted Text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/043 remove-add formatted Text start/expected.html @@ -1,4 +1,4 @@

    This Again is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/043 remove-add formatted Text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/043 remove-add formatted Text start_variant_1/expected.html index c5da508..4299b70 100644 --- a/src/test/resources/testdata/Paragraphs/043 remove-add formatted Text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/043 remove-add formatted Text start_variant_1/expected.html @@ -1,4 +1,4 @@

    This While is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/044 remove-add formatted Text middle/expected.html b/src/test/resources/testdata/Paragraphs/044 remove-add formatted Text middle/expected.html index 0987f49..d455360 100644 --- a/src/test/resources/testdata/Paragraphs/044 remove-add formatted Text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/044 remove-add formatted Text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample simple paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/044 remove-add formatted Text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/044 remove-add formatted Text middle_variant_1/expected.html index 2ab95c0..e5dc0c3 100644 --- a/src/test/resources/testdata/Paragraphs/044 remove-add formatted Text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/044 remove-add formatted Text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample big paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/045 remove-add formatted Text end/expected.html b/src/test/resources/testdata/Paragraphs/045 remove-add formatted Text end/expected.html index 45e9df9..d909a5f 100644 --- a/src/test/resources/testdata/Paragraphs/045 remove-add formatted Text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/045 remove-add formatted Text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests again.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/045 remove-add formatted Text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/045 remove-add formatted Text end_variant_1/expected.html index d0678b9..e583b93 100644 --- a/src/test/resources/testdata/Paragraphs/045 remove-add formatted Text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/045 remove-add formatted Text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests now.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/046 Add text start of formatting/expected.html b/src/test/resources/testdata/Paragraphs/046 Add text start of formatting/expected.html index 37e155c..8e3003a 100644 --- a/src/test/resources/testdata/Paragraphs/046 Add text start of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/046 Add text start of formatting/expected.html @@ -1,3 +1,3 @@

    This is a red sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/046 Add text start of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/046 Add text start of formatting_variant_1/expected.html index a64123f..4d315fa 100644 --- a/src/test/resources/testdata/Paragraphs/046 Add text start of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/046 Add text start of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a green sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/047 Add Text middle of formatting/expected.html b/src/test/resources/testdata/Paragraphs/047 Add Text middle of formatting/expected.html index 12942ec..e43e08c 100644 --- a/src/test/resources/testdata/Paragraphs/047 Add Text middle of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/047 Add Text middle of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will always be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/047 Add Text middle of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/047 Add Text middle of formatting_variant_1/expected.html index 893da36..1e6cc9e 100644 --- a/src/test/resources/testdata/Paragraphs/047 Add Text middle of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/047 Add Text middle of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will again be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/048 Add Text end of formatting/expected.html b/src/test/resources/testdata/Paragraphs/048 Add Text end of formatting/expected.html index 9e79504..a7a203b 100644 --- a/src/test/resources/testdata/Paragraphs/048 Add Text end of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/048 Add Text end of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used again for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/048 Add Text end of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/048 Add Text end of formatting_variant_1/expected.html index b61392a..4905bdb 100644 --- a/src/test/resources/testdata/Paragraphs/048 Add Text end of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/048 Add Text end of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used now for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/049 remove text start of formatting/expected.html b/src/test/resources/testdata/Paragraphs/049 remove text start of formatting/expected.html index 8b84d3f..3bb83b4 100644 --- a/src/test/resources/testdata/Paragraphs/049 remove text start of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/049 remove text start of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/049 remove text start of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/049 remove text start of formatting_variant_1/expected.html index 0c2d89e..d5b2306 100644 --- a/src/test/resources/testdata/Paragraphs/049 remove text start of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/049 remove text start of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/050 remove Text middle of formatting/expected.html b/src/test/resources/testdata/Paragraphs/050 remove Text middle of formatting/expected.html index bd9ad28..050c91f 100644 --- a/src/test/resources/testdata/Paragraphs/050 remove Text middle of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/050 remove Text middle of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/050 remove Text middle of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/050 remove Text middle of formatting_variant_1/expected.html index 9ac4e75..9f91065 100644 --- a/src/test/resources/testdata/Paragraphs/050 remove Text middle of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/050 remove Text middle of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/051 remove Text end of formatting/expected.html b/src/test/resources/testdata/Paragraphs/051 remove Text end of formatting/expected.html index 134d124..b4d6b5a 100644 --- a/src/test/resources/testdata/Paragraphs/051 remove Text end of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/051 remove Text end of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/051 remove Text end of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/051 remove Text end of formatting_variant_1/expected.html index e4d49a8..494ad6f 100644 --- a/src/test/resources/testdata/Paragraphs/051 remove Text end of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/051 remove Text end of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting/expected.html b/src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting/expected.html index 59c8821..8dce81c 100644 --- a/src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample red paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting_variant_1/expected.html index cc19d7a..75c7eef 100644 --- a/src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample green paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/053 remove-add Text middle of formatting/expected.html b/src/test/resources/testdata/Paragraphs/053 remove-add Text middle of formatting/expected.html index 0d41246..7f87a3e 100644 --- a/src/test/resources/testdata/Paragraphs/053 remove-add Text middle of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/053 remove-add Text middle of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will could be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/053 remove-add Text middle of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/053 remove-add Text middle of formatting_variant_1/expected.html index d606167..d8d2808 100644 --- a/src/test/resources/testdata/Paragraphs/053 remove-add Text middle of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/053 remove-add Text middle of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will would be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/054 remove-add Text end of formatting/expected.html b/src/test/resources/testdata/Paragraphs/054 remove-add Text end of formatting/expected.html index 836597a..215bb8c 100644 --- a/src/test/resources/testdata/Paragraphs/054 remove-add Text end of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/054 remove-add Text end of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be useduseful for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/054 remove-add Text end of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/054 remove-add Text end of formatting_variant_1/expected.html index 3a373b4..2cdc656 100644 --- a/src/test/resources/testdata/Paragraphs/054 remove-add Text end of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/054 remove-add Text end of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be usedhelpful for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/055 Add formatted text start of formatting/expected.html b/src/test/resources/testdata/Paragraphs/055 Add formatted text start of formatting/expected.html index fa05328..7cfbbba 100644 --- a/src/test/resources/testdata/Paragraphs/055 Add formatted text start of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/055 Add formatted text start of formatting/expected.html @@ -1,3 +1,3 @@

    This is a red sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/055 Add formatted text start of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/055 Add formatted text start of formatting_variant_1/expected.html index b70084f..5474fa0 100644 --- a/src/test/resources/testdata/Paragraphs/055 Add formatted text start of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/055 Add formatted text start of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a green sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/056 Add formatted Text middle of formatting/expected.html b/src/test/resources/testdata/Paragraphs/056 Add formatted Text middle of formatting/expected.html index 9227ce8..c124a35 100644 --- a/src/test/resources/testdata/Paragraphs/056 Add formatted Text middle of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/056 Add formatted Text middle of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample big paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/056 Add formatted Text middle of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/056 Add formatted Text middle of formatting_variant_1/expected.html index 327cbfe..53be153 100644 --- a/src/test/resources/testdata/Paragraphs/056 Add formatted Text middle of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/056 Add formatted Text middle of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample red paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/057 Add formatted Text end of formatting/expected.html b/src/test/resources/testdata/Paragraphs/057 Add formatted Text end of formatting/expected.html index 0783e27..cebcd26 100644 --- a/src/test/resources/testdata/Paragraphs/057 Add formatted Text end of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/057 Add formatted Text end of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used again for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/057 Add formatted Text end of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/057 Add formatted Text end of formatting_variant_1/expected.html index 9910ef5..3e31b2b 100644 --- a/src/test/resources/testdata/Paragraphs/057 Add formatted Text end of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/057 Add formatted Text end of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used now for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/058 remove formatted text start of formatting/expected.html b/src/test/resources/testdata/Paragraphs/058 remove formatted text start of formatting/expected.html index 3183fd1..e1516dc 100644 --- a/src/test/resources/testdata/Paragraphs/058 remove formatted text start of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/058 remove formatted text start of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/058 remove formatted text start of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/058 remove formatted text start of formatting_variant_1/expected.html index 1a8acba..030fcc5 100644 --- a/src/test/resources/testdata/Paragraphs/058 remove formatted text start of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/058 remove formatted text start of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/059 remove formatted Text middle of formatting/expected.html b/src/test/resources/testdata/Paragraphs/059 remove formatted Text middle of formatting/expected.html index 31e0d20..2337f83 100644 --- a/src/test/resources/testdata/Paragraphs/059 remove formatted Text middle of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/059 remove formatted Text middle of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/059 remove formatted Text middle of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/059 remove formatted Text middle of formatting_variant_1/expected.html index 06ff4ad..4dc709f 100644 --- a/src/test/resources/testdata/Paragraphs/059 remove formatted Text middle of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/059 remove formatted Text middle of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/060 remove formatted Text end of formatting/expected.html b/src/test/resources/testdata/Paragraphs/060 remove formatted Text end of formatting/expected.html index 74a6826..5879373 100644 --- a/src/test/resources/testdata/Paragraphs/060 remove formatted Text end of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/060 remove formatted Text end of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/060 remove formatted Text end of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/060 remove formatted Text end of formatting_variant_1/expected.html index e416fd9..f481c4c 100644 --- a/src/test/resources/testdata/Paragraphs/060 remove formatted Text end of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/060 remove formatted Text end of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/061 remove-add formatted Text start of formatting/expected.html b/src/test/resources/testdata/Paragraphs/061 remove-add formatted Text start of formatting/expected.html index 034da76..8e7f92f 100644 --- a/src/test/resources/testdata/Paragraphs/061 remove-add formatted Text start of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/061 remove-add formatted Text start of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample red paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/061 remove-add formatted Text start of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/061 remove-add formatted Text start of formatting_variant_1/expected.html index 372ab8a..f8e4f3c 100644 --- a/src/test/resources/testdata/Paragraphs/061 remove-add formatted Text start of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/061 remove-add formatted Text start of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample green paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/062 remove-add formatted Text middle of formatting/expected.html b/src/test/resources/testdata/Paragraphs/062 remove-add formatted Text middle of formatting/expected.html index ad3d0e8..98f40dd 100644 --- a/src/test/resources/testdata/Paragraphs/062 remove-add formatted Text middle of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/062 remove-add formatted Text middle of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph sentence that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/062 remove-add formatted Text middle of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/062 remove-add formatted Text middle of formatting_variant_1/expected.html index 6a17227..f8d5e89 100644 --- a/src/test/resources/testdata/Paragraphs/062 remove-add formatted Text middle of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/062 remove-add formatted Text middle of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph segment that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/063 remove-add formatted Text end of formatting/expected.html b/src/test/resources/testdata/Paragraphs/063 remove-add formatted Text end of formatting/expected.html index 6407450..18e5ee7 100644 --- a/src/test/resources/testdata/Paragraphs/063 remove-add formatted Text end of formatting/expected.html +++ b/src/test/resources/testdata/Paragraphs/063 remove-add formatted Text end of formatting/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used useful for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/063 remove-add formatted Text end of formatting_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/063 remove-add formatted Text end of formatting_variant_1/expected.html index 768d709..2da4329 100644 --- a/src/test/resources/testdata/Paragraphs/063 remove-add formatted Text end of formatting_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/063 remove-add formatted Text end of formatting_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used helpful for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/100 Adding text and changing format at the same position/expected.html b/src/test/resources/testdata/Paragraphs/100 Adding text and changing format at the same position/expected.html index 1fa7bd0..12fa02d 100644 --- a/src/test/resources/testdata/Paragraphs/100 Adding text and changing format at the same position/expected.html +++ b/src/test/resources/testdata/Paragraphs/100 Adding text and changing format at the same position/expected.html @@ -1,3 +1,3 @@ Adding text and changing format at the same position

    This is some demo text.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/100 Adding text and changing format at the same position_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/100 Adding text and changing format at the same position_variant_1/expected.html index 2eb221a..7edaaeb 100644 --- a/src/test/resources/testdata/Paragraphs/100 Adding text and changing format at the same position_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/100 Adding text and changing format at the same position_variant_1/expected.html @@ -1,3 +1,3 @@ Adding text and changing format at the same position

    This is some new demo text.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/101 Changing format at the same position/expected.html b/src/test/resources/testdata/Paragraphs/101 Changing format at the same position/expected.html index 3dad971..f985124 100644 --- a/src/test/resources/testdata/Paragraphs/101 Changing format at the same position/expected.html +++ b/src/test/resources/testdata/Paragraphs/101 Changing format at the same position/expected.html @@ -1,3 +1,3 @@ Changing format at the same position

    This is some long demo text.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/101 Changing format at the same position_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/101 Changing format at the same position_variant_1/expected.html index 354fc37..0ef639e 100644 --- a/src/test/resources/testdata/Paragraphs/101 Changing format at the same position_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/101 Changing format at the same position_variant_1/expected.html @@ -1,3 +1,3 @@ Changing format at the same position

    This is some longdemo text.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/102 Overlapping format changes/expected.html b/src/test/resources/testdata/Paragraphs/102 Overlapping format changes/expected.html index e6e881c..3078f82 100644 --- a/src/test/resources/testdata/Paragraphs/102 Overlapping format changes/expected.html +++ b/src/test/resources/testdata/Paragraphs/102 Overlapping format changes/expected.html @@ -1,3 +1,3 @@ Overlapping format changes

    This is some long demo text.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/102 Overlapping format changes_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/102 Overlapping format changes_variant_1/expected.html index ad61017..7d0cb31 100644 --- a/src/test/resources/testdata/Paragraphs/102 Overlapping format changes_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/102 Overlapping format changes_variant_1/expected.html @@ -1,3 +1,3 @@ Overlapping format changes

    This is some long demo text.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/103 Adding new formatted text in the same position/expected.html b/src/test/resources/testdata/Paragraphs/103 Adding new formatted text in the same position/expected.html index a4f9ffb..9a18cca 100644 --- a/src/test/resources/testdata/Paragraphs/103 Adding new formatted text in the same position/expected.html +++ b/src/test/resources/testdata/Paragraphs/103 Adding new formatted text in the same position/expected.html @@ -1,3 +1,3 @@ Adding new formatted text in the same position

    This is some long text.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/103 Adding new formatted text in the same position_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/103 Adding new formatted text in the same position_variant_1/expected.html index e371ee4..351d770 100644 --- a/src/test/resources/testdata/Paragraphs/103 Adding new formatted text in the same position_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/103 Adding new formatted text in the same position_variant_1/expected.html @@ -1,3 +1,3 @@ Adding new formatted text in the same position

    This is some demo text.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/114 Add formatted text around unformatted text middle/a.html b/src/test/resources/testdata/Paragraphs/114 Add formatted text around unformatted text middle/a.html index 4d329a4..1ecdacb 100644 --- a/src/test/resources/testdata/Paragraphs/114 Add formatted text around unformatted text middle/a.html +++ b/src/test/resources/testdata/Paragraphs/114 Add formatted text around unformatted text middle/a.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/114 Add formatted text around unformatted text middle/expected.html b/src/test/resources/testdata/Paragraphs/114 Add formatted text around unformatted text middle/expected.html index f608675..5bd50ae 100644 --- a/src/test/resources/testdata/Paragraphs/114 Add formatted text around unformatted text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/114 Add formatted text around unformatted text middle/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and new texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/115 Add formatted text around unformatted text end/a.html b/src/test/resources/testdata/Paragraphs/115 Add formatted text around unformatted text end/a.html index 4d329a4..1ecdacb 100644 --- a/src/test/resources/testdata/Paragraphs/115 Add formatted text around unformatted text end/a.html +++ b/src/test/resources/testdata/Paragraphs/115 Add formatted text around unformatted text end/a.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/115 Add formatted text around unformatted text end/expected.html b/src/test/resources/testdata/Paragraphs/115 Add formatted text around unformatted text end/expected.html index 645010f..360886d 100644 --- a/src/test/resources/testdata/Paragraphs/115 Add formatted text around unformatted text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/115 Add formatted text around unformatted text end/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts new will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/a.html b/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/a.html index 23f7adb..286f96f 100644 --- a/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/a.html +++ b/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/a.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of both tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of both tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/b.html b/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/b.html index 4d329a4..1ecdacb 100644 --- a/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/b.html +++ b/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/b.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/expected.html b/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/expected.html index 1711f37..a40b717 100644 --- a/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/116 Remove formatted text around unformatted text start/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of both tags and texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/117 Remove formatted text around unformatted text middle/b.html b/src/test/resources/testdata/Paragraphs/117 Remove formatted text around unformatted text middle/b.html index 4d329a4..1ecdacb 100644 --- a/src/test/resources/testdata/Paragraphs/117 Remove formatted text around unformatted text middle/b.html +++ b/src/test/resources/testdata/Paragraphs/117 Remove formatted text around unformatted text middle/b.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/117 Remove formatted text around unformatted text middle/expected.html b/src/test/resources/testdata/Paragraphs/117 Remove formatted text around unformatted text middle/expected.html index be285fd..d938c5b 100644 --- a/src/test/resources/testdata/Paragraphs/117 Remove formatted text around unformatted text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/117 Remove formatted text around unformatted text middle/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and new texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/118 Remove formatted text around unformatted text end/b.html b/src/test/resources/testdata/Paragraphs/118 Remove formatted text around unformatted text end/b.html index 4d329a4..1ecdacb 100644 --- a/src/test/resources/testdata/Paragraphs/118 Remove formatted text around unformatted text end/b.html +++ b/src/test/resources/testdata/Paragraphs/118 Remove formatted text around unformatted text end/b.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/118 Remove formatted text around unformatted text end/expected.html b/src/test/resources/testdata/Paragraphs/118 Remove formatted text around unformatted text end/expected.html index 7ce4ec4..e3bdfcf 100644 --- a/src/test/resources/testdata/Paragraphs/118 Remove formatted text around unformatted text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/118 Remove formatted text around unformatted text end/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts new will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/119 Add Double split Format start/b.html b/src/test/resources/testdata/Paragraphs/119 Add Double split Format start/b.html index fa0974a..0d94d77 100644 --- a/src/test/resources/testdata/Paragraphs/119 Add Double split Format start/b.html +++ b/src/test/resources/testdata/Paragraphs/119 Add Double split Format start/b.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/119 Add Double split Format start/expected.html b/src/test/resources/testdata/Paragraphs/119 Add Double split Format start/expected.html index 5687c35..4015201 100644 --- a/src/test/resources/testdata/Paragraphs/119 Add Double split Format start/expected.html +++ b/src/test/resources/testdata/Paragraphs/119 Add Double split Format start/expected.html @@ -1,4 +1,4 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/a.html b/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/a.html index b4a223c..f9864db 100644 --- a/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/a.html +++ b/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/a.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/b.html b/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/b.html index a825c0b..0e35946 100644 --- a/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/b.html +++ b/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/b.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/expected.html b/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/expected.html index 4d4e305..4f931a7 100644 --- a/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/120 Add Double split Format middle/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/121 Add Double split Format end/b.html b/src/test/resources/testdata/Paragraphs/121 Add Double split Format end/b.html index b316032..0f3cf27 100644 --- a/src/test/resources/testdata/Paragraphs/121 Add Double split Format end/b.html +++ b/src/test/resources/testdata/Paragraphs/121 Add Double split Format end/b.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/121 Add Double split Format end/expected.html b/src/test/resources/testdata/Paragraphs/121 Add Double split Format end/expected.html index a027381..d3a8112 100644 --- a/src/test/resources/testdata/Paragraphs/121 Add Double split Format end/expected.html +++ b/src/test/resources/testdata/Paragraphs/121 Add Double split Format end/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/122 Remove Double split Format start/a.html b/src/test/resources/testdata/Paragraphs/122 Remove Double split Format start/a.html index fa0974a..0d94d77 100644 --- a/src/test/resources/testdata/Paragraphs/122 Remove Double split Format start/a.html +++ b/src/test/resources/testdata/Paragraphs/122 Remove Double split Format start/a.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/122 Remove Double split Format start/expected.html b/src/test/resources/testdata/Paragraphs/122 Remove Double split Format start/expected.html index 97dbd1d..9351ec6 100644 --- a/src/test/resources/testdata/Paragraphs/122 Remove Double split Format start/expected.html +++ b/src/test/resources/testdata/Paragraphs/122 Remove Double split Format start/expected.html @@ -1,4 +1,4 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/a.html b/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/a.html index a825c0b..0e35946 100644 --- a/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/a.html +++ b/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/a.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/b.html b/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/b.html index b4a223c..f9864db 100644 --- a/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/b.html +++ b/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/b.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/expected.html b/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/expected.html index 407ed4e..15e5397 100644 --- a/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/123 Remove Double split Format middle/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/124 Remove Double split Format end/a.html b/src/test/resources/testdata/Paragraphs/124 Remove Double split Format end/a.html index b316032..0f3cf27 100644 --- a/src/test/resources/testdata/Paragraphs/124 Remove Double split Format end/a.html +++ b/src/test/resources/testdata/Paragraphs/124 Remove Double split Format end/a.html @@ -1 +1 @@ -

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    \ No newline at end of file +

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    diff --git a/src/test/resources/testdata/Paragraphs/124 Remove Double split Format end/expected.html b/src/test/resources/testdata/Paragraphs/124 Remove Double split Format end/expected.html index 3fbcbf8..0ce3004 100644 --- a/src/test/resources/testdata/Paragraphs/124 Remove Double split Format end/expected.html +++ b/src/test/resources/testdata/Paragraphs/124 Remove Double split Format end/expected.html @@ -1,3 +1,3 @@

    This is a simple small paragraph that will be used for some formatting texts. Specifically additions, deletions, replacements of tags and texts will be tested in multiple combinations and variations.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/125 Add bold using span/expected.html b/src/test/resources/testdata/Paragraphs/125 Add bold using span/expected.html index 6359293..c73f2dd 100644 --- a/src/test/resources/testdata/Paragraphs/125 Add bold using span/expected.html +++ b/src/test/resources/testdata/Paragraphs/125 Add bold using span/expected.html @@ -2,4 +2,4 @@ Enter the title of your HTML document here

    Enter the body text of your HTML document here

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/126 Add italic format using span/expected.html b/src/test/resources/testdata/Paragraphs/126 Add italic format using span/expected.html index e795910..f00737e 100644 --- a/src/test/resources/testdata/Paragraphs/126 Add italic format using span/expected.html +++ b/src/test/resources/testdata/Paragraphs/126 Add italic format using span/expected.html @@ -2,4 +2,4 @@ Enter the title of your HTML document here

    Enter the body text of your HTML document here

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/127 Format Changes using span/expected.html b/src/test/resources/testdata/Paragraphs/127 Format Changes using span/expected.html index 7377135..e91e579 100644 --- a/src/test/resources/testdata/Paragraphs/127 Format Changes using span/expected.html +++ b/src/test/resources/testdata/Paragraphs/127 Format Changes using span/expected.html @@ -2,4 +2,4 @@ Enter the title of your HTML document here

    Enter the body text of your HTML document here

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/128 Remove span format/expected.html b/src/test/resources/testdata/Paragraphs/128 Remove span format/expected.html index 0a29bc5..447cbfe 100644 --- a/src/test/resources/testdata/Paragraphs/128 Remove span format/expected.html +++ b/src/test/resources/testdata/Paragraphs/128 Remove span format/expected.html @@ -2,4 +2,4 @@ Enter the title of your HTML document here

    Enter the body text of your HTML document here

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/129 Remove formatting and text start/expected.html b/src/test/resources/testdata/Paragraphs/129 Remove formatting and text start/expected.html index 8b84d3f..3bb83b4 100644 --- a/src/test/resources/testdata/Paragraphs/129 Remove formatting and text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/129 Remove formatting and text start/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/129 Remove formatting and text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/129 Remove formatting and text start_variant_1/expected.html index 387ede3..0018b26 100644 --- a/src/test/resources/testdata/Paragraphs/129 Remove formatting and text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/129 Remove formatting and text start_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/130 Remove formmatting and text middle/expected.html b/src/test/resources/testdata/Paragraphs/130 Remove formmatting and text middle/expected.html index eff539d..1ab15f7 100644 --- a/src/test/resources/testdata/Paragraphs/130 Remove formmatting and text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/130 Remove formmatting and text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/130 Remove formmatting and text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/130 Remove formmatting and text middle_variant_1/expected.html index 387ede3..0018b26 100644 --- a/src/test/resources/testdata/Paragraphs/130 Remove formmatting and text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/130 Remove formmatting and text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/131 Remove formatting and text end/expected.html b/src/test/resources/testdata/Paragraphs/131 Remove formatting and text end/expected.html index cba779d..217c753 100644 --- a/src/test/resources/testdata/Paragraphs/131 Remove formatting and text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/131 Remove formatting and text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/131 Remove formatting and text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/131 Remove formatting and text end_variant_1/expected.html index 387ede3..0018b26 100644 --- a/src/test/resources/testdata/Paragraphs/131 Remove formatting and text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/131 Remove formatting and text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/132 Remove formatting add text start/expected.html b/src/test/resources/testdata/Paragraphs/132 Remove formatting add text start/expected.html index 2782f6a..d159169 100644 --- a/src/test/resources/testdata/Paragraphs/132 Remove formatting add text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/132 Remove formatting add text start/expected.html @@ -1,3 +1,3 @@

    This is a big sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/132 Remove formatting add text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/132 Remove formatting add text start_variant_1/expected.html index 387ede3..0018b26 100644 --- a/src/test/resources/testdata/Paragraphs/132 Remove formatting add text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/132 Remove formatting add text start_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/133 Remove formatting add text middle/expected.html b/src/test/resources/testdata/Paragraphs/133 Remove formatting add text middle/expected.html index 1d2836a..2fc3dcb 100644 --- a/src/test/resources/testdata/Paragraphs/133 Remove formatting add text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/133 Remove formatting add text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will never be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/133 Remove formatting add text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/133 Remove formatting add text middle_variant_1/expected.html index 387ede3..0018b26 100644 --- a/src/test/resources/testdata/Paragraphs/133 Remove formatting add text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/133 Remove formatting add text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/134 Remove formatting add text end/expected.html b/src/test/resources/testdata/Paragraphs/134 Remove formatting add text end/expected.html index 9e79504..a7a203b 100644 --- a/src/test/resources/testdata/Paragraphs/134 Remove formatting add text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/134 Remove formatting add text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used again for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/134 Remove formatting add text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/134 Remove formatting add text end_variant_1/expected.html index 387ede3..0018b26 100644 --- a/src/test/resources/testdata/Paragraphs/134 Remove formatting add text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/134 Remove formatting add text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/135 Add formatting and text start/expected.html b/src/test/resources/testdata/Paragraphs/135 Add formatting and text start/expected.html index 0d00f33..1b5fab1 100644 --- a/src/test/resources/testdata/Paragraphs/135 Add formatting and text start/expected.html +++ b/src/test/resources/testdata/Paragraphs/135 Add formatting and text start/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/135 Add formatting and text start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/135 Add formatting and text start_variant_1/expected.html index fa68c1c..988cdd0 100644 --- a/src/test/resources/testdata/Paragraphs/135 Add formatting and text start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/135 Add formatting and text start_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a big sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/136 Add formatting and text middle/expected.html b/src/test/resources/testdata/Paragraphs/136 Add formatting and text middle/expected.html index 0d00f33..1b5fab1 100644 --- a/src/test/resources/testdata/Paragraphs/136 Add formatting and text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/136 Add formatting and text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/136 Add formatting and text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/136 Add formatting and text middle_variant_1/expected.html index 7697619..c75a7ef 100644 --- a/src/test/resources/testdata/Paragraphs/136 Add formatting and text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/136 Add formatting and text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will never be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/137 Add formatting and text end/expected.html b/src/test/resources/testdata/Paragraphs/137 Add formatting and text end/expected.html index 0d00f33..1b5fab1 100644 --- a/src/test/resources/testdata/Paragraphs/137 Add formatting and text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/137 Add formatting and text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/137 Add formatting and text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/137 Add formatting and text end_variant_1/expected.html index dc57f34..aaa0395 100644 --- a/src/test/resources/testdata/Paragraphs/137 Add formatting and text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/137 Add formatting and text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used again for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/138 Add formatting remove test start/expected.html b/src/test/resources/testdata/Paragraphs/138 Add formatting remove test start/expected.html index 0d00f33..1b5fab1 100644 --- a/src/test/resources/testdata/Paragraphs/138 Add formatting remove test start/expected.html +++ b/src/test/resources/testdata/Paragraphs/138 Add formatting remove test start/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/138 Add formatting remove test start_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/138 Add formatting remove test start_variant_1/expected.html index f72ae03..8423baa 100644 --- a/src/test/resources/testdata/Paragraphs/138 Add formatting remove test start_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/138 Add formatting remove test start_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/139 Add formatting remove text middle/expected.html b/src/test/resources/testdata/Paragraphs/139 Add formatting remove text middle/expected.html index 0d00f33..1b5fab1 100644 --- a/src/test/resources/testdata/Paragraphs/139 Add formatting remove text middle/expected.html +++ b/src/test/resources/testdata/Paragraphs/139 Add formatting remove text middle/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/139 Add formatting remove text middle_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/139 Add formatting remove text middle_variant_1/expected.html index ad6d3ab..42cb5be 100644 --- a/src/test/resources/testdata/Paragraphs/139 Add formatting remove text middle_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/139 Add formatting remove text middle_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/140 Add formatting remove text end/expected.html b/src/test/resources/testdata/Paragraphs/140 Add formatting remove text end/expected.html index 0d00f33..1b5fab1 100644 --- a/src/test/resources/testdata/Paragraphs/140 Add formatting remove text end/expected.html +++ b/src/test/resources/testdata/Paragraphs/140 Add formatting remove text end/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Paragraphs/140 Add formatting remove text end_variant_1/expected.html b/src/test/resources/testdata/Paragraphs/140 Add formatting remove text end_variant_1/expected.html index a07c399..fbe22ea 100644 --- a/src/test/resources/testdata/Paragraphs/140 Add formatting remove text end_variant_1/expected.html +++ b/src/test/resources/testdata/Paragraphs/140 Add formatting remove text end_variant_1/expected.html @@ -1,3 +1,3 @@

    This is a sample paragraph that will be used for tests.

    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/04 table border/expected.html b/src/test/resources/testdata/Tables/04 table border/expected.html index 28adcf3..6d0aa3c 100644 --- a/src/test/resources/testdata/Tables/04 table border/expected.html +++ b/src/test/resources/testdata/Tables/04 table border/expected.html @@ -9,4 +9,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/05 table row re-order/expected.html b/src/test/resources/testdata/Tables/05 table row re-order/expected.html index 7f56c05..be20e67 100644 --- a/src/test/resources/testdata/Tables/05 table row re-order/expected.html +++ b/src/test/resources/testdata/Tables/05 table row re-order/expected.html @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/07 Table reverse attributes/a.html b/src/test/resources/testdata/Tables/07 Table reverse attributes/a.html index bc43ef6..77c52cd 100644 --- a/src/test/resources/testdata/Tables/07 Table reverse attributes/a.html +++ b/src/test/resources/testdata/Tables/07 Table reverse attributes/a.html @@ -20,5 +20,3 @@ - - diff --git a/src/test/resources/testdata/Tables/07 Table reverse attributes/a.xml b/src/test/resources/testdata/Tables/07 Table reverse attributes/a.xml index bc43ef6..77c52cd 100644 --- a/src/test/resources/testdata/Tables/07 Table reverse attributes/a.xml +++ b/src/test/resources/testdata/Tables/07 Table reverse attributes/a.xml @@ -20,5 +20,3 @@ - - diff --git a/src/test/resources/testdata/Tables/07 Table reverse attributes/b.html b/src/test/resources/testdata/Tables/07 Table reverse attributes/b.html index f3979ac..9131e94 100644 --- a/src/test/resources/testdata/Tables/07 Table reverse attributes/b.html +++ b/src/test/resources/testdata/Tables/07 Table reverse attributes/b.html @@ -20,5 +20,3 @@ - - diff --git a/src/test/resources/testdata/Tables/07 Table reverse attributes/b.xml b/src/test/resources/testdata/Tables/07 Table reverse attributes/b.xml index f3979ac..9131e94 100644 --- a/src/test/resources/testdata/Tables/07 Table reverse attributes/b.xml +++ b/src/test/resources/testdata/Tables/07 Table reverse attributes/b.xml @@ -20,5 +20,3 @@ - - diff --git a/src/test/resources/testdata/Tables/07 Table reverse attributes/expected.html b/src/test/resources/testdata/Tables/07 Table reverse attributes/expected.html index 7f3d71e..bd77493 100644 --- a/src/test/resources/testdata/Tables/07 Table reverse attributes/expected.html +++ b/src/test/resources/testdata/Tables/07 Table reverse attributes/expected.html @@ -9,4 +9,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/09 Multiple text changes/a.html b/src/test/resources/testdata/Tables/09 Multiple text changes/a.html index 4501dba..563f9ff 100644 --- a/src/test/resources/testdata/Tables/09 Multiple text changes/a.html +++ b/src/test/resources/testdata/Tables/09 Multiple text changes/a.html @@ -5,18 +5,17 @@

    He called for serious proposals from Democrats and Republicans to address chronic health care problems and rising costs, but warned he would not "waste time with those who have made the calculation that it's better politics to kill this plan than improve it.

    +
  • Breaking News, U.S., World Weather Entertainment and Video News
  • +
  • Election and Politics News
  • +
  • Entertainment News Celebrities Movies and TV
  • +
  • Health News Medicine Diet Fitness and Parenting
  • +
  • Technology Computers Internet and Personal Tech News
  • +
  • Travel News Vacations Destinations and Video
  • + - - - + + +
    RedYellow
    BlueGreen
    BlackWhite
    RedYellow
    BlueGreen
    BlackWhite
    - diff --git a/src/test/resources/testdata/Tables/09 Multiple text changes/a.xml b/src/test/resources/testdata/Tables/09 Multiple text changes/a.xml index 4501dba..563f9ff 100644 --- a/src/test/resources/testdata/Tables/09 Multiple text changes/a.xml +++ b/src/test/resources/testdata/Tables/09 Multiple text changes/a.xml @@ -5,18 +5,17 @@

    He called for serious proposals from Democrats and Republicans to address chronic health care problems and rising costs, but warned he would not "waste time with those who have made the calculation that it's better politics to kill this plan than improve it.

    +
  • Breaking News, U.S., World Weather Entertainment and Video News
  • +
  • Election and Politics News
  • +
  • Entertainment News Celebrities Movies and TV
  • +
  • Health News Medicine Diet Fitness and Parenting
  • +
  • Technology Computers Internet and Personal Tech News
  • +
  • Travel News Vacations Destinations and Video
  • + - - - + + +
    RedYellow
    BlueGreen
    BlackWhite
    RedYellow
    BlueGreen
    BlackWhite
    - diff --git a/src/test/resources/testdata/Tables/09 Multiple text changes/b.html b/src/test/resources/testdata/Tables/09 Multiple text changes/b.html index 8f3f82f..6b5320e 100644 --- a/src/test/resources/testdata/Tables/09 Multiple text changes/b.html +++ b/src/test/resources/testdata/Tables/09 Multiple text changes/b.html @@ -5,18 +5,17 @@

    Then he called for serious proposals from Democrats and Republicans to address chronic health care problems and rising costs, but warned he would not "waste time with those who have made the calculation that it is better politics to kill the plan than improve it.

    +
  • Now Breaking News, U.S., World Weather Entertainment and Video News
  • +
  • Election and Politics
  • +
  • Entertainment News Celebrities Movies and TV
  • +
  • Health News Medicine Diet Fitness and Parenting
  • +
  • Technology Computers the Internet and Personal Tech News
  • +
  • Travel News Vacations more Destinations
  • + - - - + + +
    RedYellow
    BlueBrown
    BlackWhite 23
    RedYellow
    BlueBrown
    BlackWhite 23
    - diff --git a/src/test/resources/testdata/Tables/09 Multiple text changes/b.xml b/src/test/resources/testdata/Tables/09 Multiple text changes/b.xml index 8f3f82f..6b5320e 100644 --- a/src/test/resources/testdata/Tables/09 Multiple text changes/b.xml +++ b/src/test/resources/testdata/Tables/09 Multiple text changes/b.xml @@ -5,18 +5,17 @@

    Then he called for serious proposals from Democrats and Republicans to address chronic health care problems and rising costs, but warned he would not "waste time with those who have made the calculation that it is better politics to kill the plan than improve it.

    +
  • Now Breaking News, U.S., World Weather Entertainment and Video News
  • +
  • Election and Politics
  • +
  • Entertainment News Celebrities Movies and TV
  • +
  • Health News Medicine Diet Fitness and Parenting
  • +
  • Technology Computers the Internet and Personal Tech News
  • +
  • Travel News Vacations more Destinations
  • + - - - + + +
    RedYellow
    BlueBrown
    BlackWhite 23
    RedYellow
    BlueBrown
    BlackWhite 23
    - diff --git a/src/test/resources/testdata/Tables/09 Multiple text changes/expected.html b/src/test/resources/testdata/Tables/09 Multiple text changes/expected.html index 038e91b..27db40e 100644 --- a/src/test/resources/testdata/Tables/09 Multiple text changes/expected.html +++ b/src/test/resources/testdata/Tables/09 Multiple text changes/expected.html @@ -24,4 +24,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/10 Attributes remove text/a.html b/src/test/resources/testdata/Tables/10 Attributes remove text/a.html index 4f6310a..da1af9e 100644 --- a/src/test/resources/testdata/Tables/10 Attributes remove text/a.html +++ b/src/test/resources/testdata/Tables/10 Attributes remove text/a.html @@ -12,5 +12,3 @@ - - diff --git a/src/test/resources/testdata/Tables/10 Attributes remove text/a.xml b/src/test/resources/testdata/Tables/10 Attributes remove text/a.xml index 4f6310a..da1af9e 100644 --- a/src/test/resources/testdata/Tables/10 Attributes remove text/a.xml +++ b/src/test/resources/testdata/Tables/10 Attributes remove text/a.xml @@ -12,5 +12,3 @@ - - diff --git a/src/test/resources/testdata/Tables/10 Attributes remove text/b.html b/src/test/resources/testdata/Tables/10 Attributes remove text/b.html index eea1424..7c15466 100644 --- a/src/test/resources/testdata/Tables/10 Attributes remove text/b.html +++ b/src/test/resources/testdata/Tables/10 Attributes remove text/b.html @@ -12,5 +12,3 @@ - - diff --git a/src/test/resources/testdata/Tables/10 Attributes remove text/b.xml b/src/test/resources/testdata/Tables/10 Attributes remove text/b.xml index eea1424..7c15466 100644 --- a/src/test/resources/testdata/Tables/10 Attributes remove text/b.xml +++ b/src/test/resources/testdata/Tables/10 Attributes remove text/b.xml @@ -12,5 +12,3 @@ - - diff --git a/src/test/resources/testdata/Tables/10 Attributes remove text/expected.html b/src/test/resources/testdata/Tables/10 Attributes remove text/expected.html index ee3faa1..483dfd9 100644 --- a/src/test/resources/testdata/Tables/10 Attributes remove text/expected.html +++ b/src/test/resources/testdata/Tables/10 Attributes remove text/expected.html @@ -15,4 +15,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/17 Table cell scope/a.html b/src/test/resources/testdata/Tables/17 Table cell scope/a.html index d489260..fad30b8 100644 --- a/src/test/resources/testdata/Tables/17 Table cell scope/a.html +++ b/src/test/resources/testdata/Tables/17 Table cell scope/a.html @@ -3,7 +3,7 @@

    The product should always be given twice a week.

    - +

    Second example

    diff --git a/src/test/resources/testdata/Tables/17 Table cell scope/a.xml b/src/test/resources/testdata/Tables/17 Table cell scope/a.xml index 21e6844..03cb238 100644 --- a/src/test/resources/testdata/Tables/17 Table cell scope/a.xml +++ b/src/test/resources/testdata/Tables/17 Table cell scope/a.xml @@ -3,7 +3,7 @@

    The product should always be given twice a week.

    - +

    Second example

    diff --git a/src/test/resources/testdata/Tables/17 Table cell scope/b.html b/src/test/resources/testdata/Tables/17 Table cell scope/b.html index 21e6844..03cb238 100644 --- a/src/test/resources/testdata/Tables/17 Table cell scope/b.html +++ b/src/test/resources/testdata/Tables/17 Table cell scope/b.html @@ -3,7 +3,7 @@

    The product should always be given twice a week.

    - +

    Second example

    diff --git a/src/test/resources/testdata/Tables/17 Table cell scope/b.xml b/src/test/resources/testdata/Tables/17 Table cell scope/b.xml index d489260..fad30b8 100644 --- a/src/test/resources/testdata/Tables/17 Table cell scope/b.xml +++ b/src/test/resources/testdata/Tables/17 Table cell scope/b.xml @@ -3,7 +3,7 @@

    The product should always be given twice a week.

    - +

    Second example

    diff --git a/src/test/resources/testdata/Tables/17 Table cell scope/expected.html b/src/test/resources/testdata/Tables/17 Table cell scope/expected.html index a42a0d1..838f654 100644 --- a/src/test/resources/testdata/Tables/17 Table cell scope/expected.html +++ b/src/test/resources/testdata/Tables/17 Table cell scope/expected.html @@ -7,4 +7,4 @@
    - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/35 Table cell extend/expected.html b/src/test/resources/testdata/Tables/35 Table cell extend/expected.html index 75d7800..665967f 100644 --- a/src/test/resources/testdata/Tables/35 Table cell extend/expected.html +++ b/src/test/resources/testdata/Tables/35 Table cell extend/expected.html @@ -6,4 +6,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/36 Convert table/expected.html b/src/test/resources/testdata/Tables/36 Convert table/expected.html index 26defb1..f22550c 100644 --- a/src/test/resources/testdata/Tables/36 Convert table/expected.html +++ b/src/test/resources/testdata/Tables/36 Convert table/expected.html @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/38 Change rows/expected.html b/src/test/resources/testdata/Tables/38 Change rows/expected.html index 941d887..a62f69a 100644 --- a/src/test/resources/testdata/Tables/38 Change rows/expected.html +++ b/src/test/resources/testdata/Tables/38 Change rows/expected.html @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/39 Change columns/expected.html b/src/test/resources/testdata/Tables/39 Change columns/expected.html index d32cbf9..9fbf208 100644 --- a/src/test/resources/testdata/Tables/39 Change columns/expected.html +++ b/src/test/resources/testdata/Tables/39 Change columns/expected.html @@ -21,4 +21,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/40 Table attributes/expected.html b/src/test/resources/testdata/Tables/40 Table attributes/expected.html index 282995d..0431c63 100644 --- a/src/test/resources/testdata/Tables/40 Table attributes/expected.html +++ b/src/test/resources/testdata/Tables/40 Table attributes/expected.html @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/41 col width/expected.html b/src/test/resources/testdata/Tables/41 col width/expected.html index 135726a..a110acf 100644 --- a/src/test/resources/testdata/Tables/41 col width/expected.html +++ b/src/test/resources/testdata/Tables/41 col width/expected.html @@ -15,4 +15,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/42 Multiple table changes/expected.html b/src/test/resources/testdata/Tables/42 Multiple table changes/expected.html index 3833715..6ccd5bd 100644 --- a/src/test/resources/testdata/Tables/42 Multiple table changes/expected.html +++ b/src/test/resources/testdata/Tables/42 Multiple table changes/expected.html @@ -22,4 +22,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/a.html b/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/a.html index f4ea8e7..59a4658 100644 --- a/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/a.html +++ b/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/a.html @@ -12,6 +12,6 @@ - + diff --git a/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/b.html b/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/b.html index 0eb6a2f..2007a77 100644 --- a/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/b.html +++ b/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/b.html @@ -12,6 +12,6 @@ - + diff --git a/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/expected.html b/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/expected.html index 8a0b1e0..0c7d324 100644 --- a/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/expected.html +++ b/src/test/resources/testdata/Tables/63 Tables_opening-closing td simple example/expected.html @@ -15,4 +15,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/a.html b/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/a.html index 0eb6a2f..2007a77 100644 --- a/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/a.html +++ b/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/a.html @@ -12,6 +12,6 @@ - + diff --git a/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/b.html b/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/b.html index 3a78a84..b32bf5b 100644 --- a/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/b.html +++ b/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/b.html @@ -16,6 +16,6 @@ - + diff --git a/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/expected.html b/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/expected.html index 12a69ed..69f39c6 100644 --- a/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/expected.html +++ b/src/test/resources/testdata/Tables/64 Tables_opening-closing td simple example 2/expected.html @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/72 Table with List/a.html b/src/test/resources/testdata/Tables/72 Table with List/a.html index 6609b3b..b04c19d 100644 --- a/src/test/resources/testdata/Tables/72 Table with List/a.html +++ b/src/test/resources/testdata/Tables/72 Table with List/a.html @@ -10,10 +10,10 @@
    1. Item 1
    2. Item 2
    3. -
    - - - + + + + diff --git a/src/test/resources/testdata/Tables/72 Table with List/b.html b/src/test/resources/testdata/Tables/72 Table with List/b.html index 5916d75..a52b506 100644 --- a/src/test/resources/testdata/Tables/72 Table with List/b.html +++ b/src/test/resources/testdata/Tables/72 Table with List/b.html @@ -10,11 +10,11 @@
    1. Item 2
    2. Item 1
    3. - -
    - - - + + + + + diff --git a/src/test/resources/testdata/Tables/72 Table with List/expected.html b/src/test/resources/testdata/Tables/72 Table with List/expected.html index dab8d11..6a9e5b2 100644 --- a/src/test/resources/testdata/Tables/72 Table with List/expected.html +++ b/src/test/resources/testdata/Tables/72 Table with List/expected.html @@ -16,4 +16,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/testdata/Tables/modify_and_append_row/expected.html b/src/test/resources/testdata/Tables/modify_and_append_row/expected.html index a166aba..e7933e3 100644 --- a/src/test/resources/testdata/Tables/modify_and_append_row/expected.html +++ b/src/test/resources/testdata/Tables/modify_and_append_row/expected.html @@ -17,4 +17,4 @@ - \ No newline at end of file +