-
Notifications
You must be signed in to change notification settings - Fork 230
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
Update add
helping messages
#4472
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I'd prefer just fixing the help-text. I think it is very hard to make regex updates inside yaml without breaking it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also note, that if you leave the quotes yaml should accept the the examples as given...
Let's add more test cases when we meet them. :) There is nothing broken with the given pattern examples.
Are you saying that |
I'm saying |
Sure. All of the previous examples still work. |
Does it not insert a space into the host url? |
Prints
|
86cd753
to
61fef76
Compare
The request has been updated to change messages only. |
61fef76
to
68f80bb
Compare
FYI: If you delete the golden file, and run the test it will be recreated correctly |
Yeah sorry about repeatedly commits. I thought it was just an easy update. 🥲 EDIT: FYI The generated header is different on Windows: |
Resolves #4470