ahriman/tests/ahriman
Evgenii Alekseev 343435b3bf fix: fix pkgbuild parsing in some cases
It has been found that there are two cases in which pkgbuild was not
parsed correctly

1. Major case in which there is quotation mark inside comment line,
   which would cause ValueError: No closing quotation error
2. Minor case, if there are utf symbols in pkgbuild file (e.g.
   hieroglyphs, see ttf-google-fonts-git), it will case incorrect
   reading in `_is_escaped` method
2024-09-26 16:48:38 +03:00
..
application fix: fix pkgbuild parsing in some cases 2024-09-26 16:48:38 +03:00
core fix: fix pkgbuild parsing in some cases 2024-09-26 16:48:38 +03:00
models fix: fix pkgbuild parsing in some cases 2024-09-26 16:48:38 +03:00
web feat: allow filter events by timestamp 2024-09-04 22:28:25 +03:00
conftest.py docs: improve application help messages 2024-09-24 17:58:08 +03:00
test_tests.py fix: print current and updated version correctly 2024-08-16 16:24:11 +03:00