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

DD: update the rendering of the 'named' line #2918

Merged
merged 1 commit into from
Oct 22, 2024
Merged

DD: update the rendering of the 'named' line #2918

merged 1 commit into from
Oct 22, 2024

Conversation

fallwith
Copy link
Contributor

@fallwith fallwith commented Oct 22, 2024

the template's rendering of a named line was previously attempting to
wrap symbol values with single quotes when necessary.

but given that everything is routed through the snake_name method,
nothing will ever need the quotes if we simply use the output of that
method, held in @snake_name.

the template's rendering of a `named` line was previously attempting to
wrap symbol values with single quotes when necessary.

but given that everything is routed through the `snake_name` method,
nothing will ever need the quotes if we simply use the output of that
method, held in `@snake_name`.
Copy link
Contributor

SimpleCov Report

Coverage Threshold
Line 93.77% 93%
Branch 69.64% 50%

@fallwith fallwith merged commit cf5008a into dev Oct 22, 2024
34 checks passed
@fallwith fallwith deleted the myxocyprinus branch October 22, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants