Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions crates/bashkit/tests/issue_275_279_282_test.rs
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Loading