Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(snap)!: Remove inline snapshot indent support #271

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

epage
Copy link
Contributor

@epage epage commented Apr 18, 2024

Rather than dealing with the special cases where this doesn't exist, let's just not do this.

This also aligns with the general style within Cargo's tests.

Fixes #267

Rather than dealing with the special cases where this doesn't exist,
let's just not do this.

This also aligns with the general style within Cargo's tests.

Fixes assert-rs#267
@epage epage merged commit 79b304a into assert-rs:main Apr 18, 2024
13 checks passed
@epage epage deleted the break branch April 18, 2024 18:51
@epage epage mentioned this pull request May 16, 2024
32 tasks
epage added a commit to epage/snapbox that referenced this pull request May 23, 2024
Rather than dealing with the special cases where this doesn't exist,
let's just not do this.

This also aligns with the general style within Cargo's tests.

Fixes assert-rs#267

Cherry pick 20d65cd (assert-rs#271)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

str! creates bad snapshots when every line is indented
1 participant