aboutsummaryrefslogtreecommitdiff
path: root/tests/ast.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore(license): Relicense under MIT OR Apache-2.0HEADmainFuwn2026-02-201-18/+0
|
* 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-041-2/+2
|
* refactor: Use latest best practices and formattingFuwn2025-05-271-2/+2
|
* fix(ast): parse preformatted gemtext as preformatted contentv0.4.2Fuwn2024-06-191-52/+17
|
* refactor(Node): rename content() to to_gemtext()Fuwn2024-06-191-13/+22
| | | | 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-181-29/+14
|
* refactor: remove seldom used procedural macrosFuwn2023-04-171-0/+119
|
* feat(macros): general utility macrosFuwn2022-06-141-109/+0
|
* feat(ast): Ast::to_gemtextFuwn2022-06-021-0/+39
|
* feat(germ): ast structFuwn2022-06-021-6/+6
|
* ci(tests): add ast testsFuwn2022-05-181-0/+70