From 610b3f039b856e1d9c2351407796340b1c4db126 Mon Sep 17 00:00:00 2001 From: draw me an elephant <68925779+drawmeanelephant@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:55:38 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20verify=20fix=20for=20#120=20=E2=80=94?= =?UTF-8?q?=20quoted=20scalars=20with=20":=20"=20(no=20code=20change)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix already shipped in #121 (b830475) and is on main (f1fbb1c). Verified on oliver 1.0.0 at f1fbb1c: - zig build test --summary all: 455/455 passed - oliver meta --from markdown --format json: all 6 rows of the characterization table pass (quoted double/single, trailing, no-space, bare stays empty). See src/meta.zig:495 and src/frontmatter.zig:757 regression tests. Closes #120