From 34e3028eda11a208805b82ff407a2f7cd025eec9 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 26 Feb 2026 16:25:53 +0000 Subject: [PATCH] chore: document verified-not-reproducible issues in test header Closes #279, closes #282 --- crates/bashkit/tests/issue_275_279_282_test.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/bashkit/tests/issue_275_279_282_test.rs b/crates/bashkit/tests/issue_275_279_282_test.rs index dbff2f82..c4ad5fae 100644 --- a/crates/bashkit/tests/issue_275_279_282_test.rs +++ b/crates/bashkit/tests/issue_275_279_282_test.rs @@ -1,5 +1,9 @@ //! Regression tests verifying issues #275, #279, #282 are not reproducible. //! +//! - Issue #275: Parser corrupts `\(` in single-quoted strings — works correctly +//! - Issue #279: `done` cannot be used as a case pattern — works correctly +//! - Issue #282: `find -type f` doesn't enumerate VFS files — works correctly +//! //! These issues were reported but code review and testing confirm //! they work correctly in the current implementation.