diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-28 19:56:22 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-28 19:56:41 +0200 |
| commit | 7b1b855ed68b4fc72d01de170226ea0fcc74a512 (patch) | |
| tree | f17eb3f85123b2e1849b7cdd3125ad46087ce59a /src/callout.zig | |
| parent | d9e37656e83d7d3c25709795ab7ccccca0071254 (diff) | |
feat(lexer): trim spaces when required
Diffstat (limited to 'src/callout.zig')
| -rw-r--r-- | src/callout.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callout.zig b/src/callout.zig index 7badcfc..9c5bab5 100644 --- a/src/callout.zig +++ b/src/callout.zig @@ -64,7 +64,7 @@ test "callout" { \\::: , "<div data-callout=\"info\" class=\"callout\"><p>hey</p></div>"); try doTest(parse, alloc, - \\:::info Title + \\::: info Title \\hey \\::: , "<div data-callout=\"info\" class=\"callout\"><p>hey</p></div>"); |
