Skip to content

Correct the EBNF for snippets#36067

Merged
jrieken merged 1 commit intomicrosoft:masterfrom
maokelong:master
Oct 11, 2017
Merged

Correct the EBNF for snippets#36067
jrieken merged 1 commit intomicrosoft:masterfrom
maokelong:master

Conversation

@maokelong
Copy link
Contributor

I reviewed the parse's code and think that ${sn:-else} and ${sn:else} may have the same function and should share the same status,which means that the pattern should be something like '${' int ':-' else '}' | '${' int ':' else '}' or not '${' int ':-' else '}' '${' int ':' else '}'.

I reviewed the parse's code and think that `${sn:-else}` and `${sn:else}` may have the same function and should share the same status,which means that  the pattern should be something like `'${' int ':-' else '}' | '${' int ':' else '}'` or not  '${' int ':-' else '}'  '${' int ':' else '}'.
@jrieken
Copy link
Member

jrieken commented Oct 11, 2017

Thanks

@jrieken jrieken merged commit cb4b274 into microsoft:master Oct 11, 2017
@jrieken jrieken added this to the October 2017 milestone Oct 11, 2017
@jrieken
Copy link
Member

jrieken commented Oct 11, 2017

@gregvanl Can you also please the doc-page with this change. Thanks

@github-actions github-actions bot locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants