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: #142 raw literal with backslashes becomes "unescaped" #143

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dim0xff
Copy link

@dim0xff dim0xff commented Aug 11, 2024

fix #142

Copy link

@ccoVeille ccoVeille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see no tests updated, wasn't any?

tags.go Outdated Show resolved Hide resolved
@dim0xff
Copy link
Author

dim0xff commented Aug 11, 2024

I see no tests updated, wasn't any?

@ccoVeille I added test to _fixtures/struct_tags.go and test expectation to _fixtures/struct_tags__exp.go

Fixtures are being tested via shortener_test.go

@ccoVeille
Copy link

Oh that's right. I expected the tests to be in a _test.go file

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.

bug: raw literal with backslashes becomes "unescaped"
2 participants