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: Added \ and = to Reserved symbols warning #6733

Closed
wants to merge 5 commits into from
Closed

Fix: Added \ and = to Reserved symbols warning #6733

wants to merge 5 commits into from

Conversation

Eniamza
Copy link
Contributor

@Eniamza Eniamza commented Jul 29, 2021

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I added a line describing my change to CHANGELOG.md
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

Fixes

Issue Number:

What is the current behavior?

Currently, the warning lacks 2 symbols which are considered as reserved symbols when entering

What is the new behavior?

The warning is updated with new symbols

Other information

@tzarebczan
Copy link
Contributor

Thanks @Eniamza . Did you test this locally to see if an additional \ is needed to escape the \ ?

@Eniamza
Copy link
Contributor Author

Eniamza commented Aug 5, 2021

Yup @tzarebczan, One \ was being considered as an escape for =, two \ are cancelling out the escape for both \ and =

image

@tzarebczan
Copy link
Contributor

Thx for confirming!

@tzarebczan
Copy link
Contributor

I fixed the rebase issue and it pushed to master directly, whoops: c146bfc

@tzarebczan tzarebczan closed this Aug 5, 2021
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.

None yet

3 participants