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
2 changes: 1 addition & 1 deletion tests/test_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13672,7 +13672,7 @@ def test_resolve_accepts_dotted_command_name(self, project_dir):
)

assert result.exit_code == 0, (result.output, result.exception)
assert "constitution.md" in strip_ansi(result.output)
assert "constitution.md" in "".join(strip_ansi(result.output).split())

def test_resolve_rejects_empty_command_segments(self, project_dir):
"""Dotted command identifiers cannot contain empty path-like segments."""
Expand Down