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

GitHub Issue #184 - tagged literals in ns metadata #185

Closed

Conversation

rap1ds
Copy link
Contributor

@rap1ds rap1ds commented Feb 27, 2025

Tagged literal values in namespace metadata are missing the hash '#'.

formatNodes function handles the edge case for adding '#' text tot .tag nodes. However, ns metadata doesn't use formatNodes, instead it collects the values as text. Thus, we need to add the same edge case handling to the text collecting.

Tagged literal values in namespace metadata are missing the hash '#'.

formatNodes function handles the edge case for adding '#' text tot .tag
nodes. However, ns metadata doesn't use formatNodes, instead it collects
the values as text. Thus, we need to add the same edge case handling to
the text collecting.
@oakmac
Copy link
Owner

oakmac commented Feb 27, 2025

Merged with PR-186

@oakmac oakmac closed this Feb 27, 2025
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.

2 participants