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(k8s-views-nodes): double escape backslash #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

uhthomas
Copy link
Contributor

Pull Request

Required Fields

🔎 What kind of change is it?

fix

🎯 What has been changed and why do we need it?

The query is escaped twice, and therefore the resulting backslash is considered an escape sequence for the string itself, rather than escaping the dot (.) in the regular expression.

Optional Fields

✔️ Which issue(s) this PR fixes?

#144

💬 Additional information?

N/A

The query is escaped twice, and therefore the resulting backslash is
considered an escape sequence for the string itself, rather than
escaping the dot (.) in the regular expression.

Fixes: dotdc#144
@uhthomas uhthomas requested a review from dotdc as a code owner March 22, 2025 12:22
@tomklapka
Copy link

Hi @dotdc, merge it please, it causes parse error: unknown escape sequence U+002E '.' in current dashboards.

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