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

Allow to take XML snapshots of Strings #43

Closed
skuzzle opened this issue Nov 18, 2022 · 1 comment
Closed

Allow to take XML snapshots of Strings #43

skuzzle opened this issue Nov 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@skuzzle
Copy link
Owner

skuzzle commented Nov 18, 2022

currently it is not possible to use XML structure compare for strings because they will be always run through a marshaller. If we receive a String as actual input to snapshot.assertThat(...) then we should just skip the serialization part and pass the string through

@skuzzle skuzzle added the enhancement New feature or request label Nov 18, 2022
@skuzzle
Copy link
Owner Author

skuzzle commented Nov 22, 2022

Released in 1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant