aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* chore(license): Relicense under MIT OR Apache-2.0HEADmainFuwn2026-02-205-90/+0
|
* fix(meta): Better comply with RFC 2045Fuwn2025-09-111-0/+12
|
* fix(request): Handle invalid URLsFuwn2025-09-111-0/+12
|
* fix(ast): Improve UTF-8 handlingFuwn2025-09-111-1/+40
|
* fix(ast): Gracefully handle malformed link linesFuwn2025-09-111-0/+14
|
* docs: Update copyright header yearFuwn2025-06-045-10/+10
|
* refactor: Use latest best practices and formattingFuwn2025-05-272-3/+3
|
* fix(ast): parse preformatted gemtext as preformatted contentv0.4.2Fuwn2024-06-192-54/+19
|
* refactor(Node): rename content() to to_gemtext()Fuwn2024-06-192-13/+36
| | | | This commit adds a `tests/node.rs` file to test `Node::to_gemtext`.
* fix(ast): preserve newline structure at end of gemtextFuwn2024-06-191-4/+4
|
* feat: single Node gemtext content conversionFuwn2024-06-191-0/+9
|
* fmt: update rustfmt.tomlFuwn2023-05-183-46/+19
|
* refactor: remove seldom used procedural macrosFuwn2023-04-175-0/+393
|
* feat(macros): general utility macrosFuwn2022-06-144-303/+0
|
* feat(meta): mutable access to meta for constructionFuwn2022-06-101-0/+23
|
* feat(meta): impl ToString for MetaFuwn2022-06-101-0/+20
|
* test(meta): add no params testFuwn2022-06-101-0/+8
|
* feat(ast): Ast::to_gemtextFuwn2022-06-021-0/+39
|
* feat(germ): ast structFuwn2022-06-021-6/+6
|
* feat(meta): add gettersFuwn2022-05-182-16/+7
|
* ci(tests): add convert tests0.2.1Fuwn2022-05-181-0/+70
| | | | | | | | Adding these tests also exposed an issue within the Markdown converter! The issue was that if a Markdown file **did not** have whitespace lines between elements, no whitespace lines were inserted at all into the converted result, leaving everything on one massive line (except lists).
* ci(tests): add ast testsFuwn2022-05-181-0/+70
|
* fix: global clippy lint fixesFuwn2022-05-181-3/+3
|
* feat(meta): meta-related utilitiesFuwn2022-05-171-0/+50
|
* feat(request): make gemini requestsFuwn2022-05-171-0/+32