grid: pin every DECCARA / DECRARA selector #217
No reviewers
Labels
No labels
priority/P0
priority/P1
priority/P2
release/v0.1.0
status/blocked
status/planned
type/bug
type/design
type/test-gap
type/tracker
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
natsukium/felis!217
Loading…
Reference in a new issue
No description provided.
Delete branch "issue-209-rect-attr-vocabulary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #209.
Adds four table-driven tests to
crates/felis-grid/tests/snapshot_csi.rsthat walk every selectorAttrEdit::from_paramsandreverse_attr_masksmap (1-9, 21, 22-29) for both DECCARA and DECRARA, plus DECCARA's own4:ncolon form (4:3landsUnderlineStyle::Curly,4:0clears underline and consumes the shape argument).Mutation check: with
2 => FAINTswapped toSTRIKETHROUGHinediting.rs, the old suite stayed green anddeccara_each_on_selector_sets_exactly_its_attributenow fails on selector 2.cargo test -p felis-grid --test snapshot_csiandcargo clippy -p felis-grid --all-targets -D warningspass.