diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-06-02 21:56:50 +0200 |
---|---|---|
committer | Bryan Gardiner <bog@khumba.net> | 2024-07-19 20:30:21 -0700 |
commit | 42c55b72d7796c58a5fd13517429e6587c0d9c66 (patch) | |
tree | 1b3d83d034ea657065f42682cfcbf8febe405e8e /tests/__init__.py | |
parent | 424f8f66d0b93946a4bd215727e722173d2263f3 (diff) | |
download | lazygl2srht-42c55b72d7796c58a5fd13517429e6587c0d9c66.tar.gz |
feat: add split_long_str() splitting strings keeping lines intact
todo.sr.ht has limited size of comments to 16k characters. When
splitting a string to multiple ones, we don't want to split lines
in the middle.
Also, start at least some unit tests.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r-- | tests/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/__init__.py |