Skip to content

Draft: improved test for and exposing bug in TextElement.get_text()

Olafur requested to merge Egilsson/inkscape-extensions:oe/get_text-tests into master

What does the merge request do?

Adds tests that exercise TextElement.get_text()'s white space handling. They also uncover other bugs in it. I'll create a bug report and link it here.

This is marked as a draft since it will only cause the tests to fail until the bug is fixed.

...

Implementation notes

Summary for release notes

...

Checklist

  • Add unit tests (if applicable)
  • Changes to inkex/ are well documented
  • Clean merge request history

Merge request reports