SIGN IN SIGN UP
github / spec-kit UNCLAIMED

💫 Toolkit to help you get started with Spec-Driven Development

0 0 28 Python

fix: replace xargs trim with sed to handle quotes in descriptions (#2351)

xargs re-parses stdin as shell tokens, causing 'unterminated quote'
errors when feature descriptions contain apostrophes, double quotes,
or backslashes. Replace with sed-based whitespace trim that preserves
input verbatim.

Add regression tests for special characters in descriptions (core and
extension scripts), plus a negative test for whitespace-only input.

Fixes #2339
M
Manfred Riem committed
13d88d22a64b77aa6ee481d079c35d74fa10bacb
Parent: 6bf4ebb
Committed by GitHub <noreply@github.com> on 4/24/2026, 12:13:36 PM