fix(compiler): fix interpolation regexp#6056
fix(compiler): fix interpolation regexp#6056wesleycho wants to merge 1 commit intoangular:masterfrom
Conversation
4adac2f to
a282ddb
Compare
|
From mdn
May be the errors on Travis + SauceLabs are related ? https://travis-ci.org/angular/angular/jobs/98151942#L393 |
|
Hm, could be - perhaps I should change it to Edit: Oh, how about |
- Fix the interpolation regexp to match newline characters (i.e. `\n` and `\r`)
a282ddb to
881d66b
Compare
|
|
|
|
|
Merging PR #6056 on behalf of @alexeagle to branch presubmit-alexeagle-pr-6056. |
|
Merging PR #6056 on behalf of @alexeagle to branch presubmit-alexeagle-pr-6056. |
|
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. |
\nand\r)This fixes #6044.