-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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
feat(i18n): add custom placeholder names #8057
Conversation
kara
commented
Apr 14, 2016
- Please check if the PR fulfills these requirements
- The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-format
- Tests for the changes have been added (for bug fixes / features)
@@ -105,6 +105,9 @@ export function main() { | |||
|
|||
it('should ignore comments in expressions', () => { checkAction('a //comment', 'a'); }); | |||
|
|||
it('should retain // in quotes', |
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.
say "string literal"
Also, rename the second commit. The issue is not url specific. |
4b0b6b9
to
ca30d95
Compare
dfde3da
to
aea83b9
Compare
User @robertmesserle does not have PR merging privileges. |
Merging PR #8057 on behalf of @robertmesserle to branch presubmit-robertmesserle-pr-8057. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |