angular/modules
Grégory Bataille 60a2ba87d4 fix(#7099): support for comment finishing with multiple dashes
<!-- xxxx ------->

The issue came from a lack of support for backtracking on string
matching.
The way it is done, if the "end pattern" for consumeRawText starts with
twice the same character, you end up having problem when your string
being parsed has 3 times this char

Example
End string: xxyz
string to parse: aaaaaaxxxyz

calling consumeRawText(false, 'x', attemptParseStr('xyz')) would fail

Closes #7119
2016-05-24 21:01:41 -07:00
..
@angular fix(#7099): support for comment finishing with multiple dashes 2016-05-24 21:01:41 -07:00
angular1_router refactor(chore): Replace all 'bindings' with 'providers' 2016-05-23 13:31:08 -07:00
benchmarks repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
benchmarks_external repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
benchpress refactor(chore): Replace all 'bindings' with 'providers' 2016-05-23 13:31:08 -07:00
payload_tests/hello_world/ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
playground fix(browser): platform code cleanup 2016-05-23 17:57:28 -07:00
rollup-test refactor(browser): merge static & dynamic platforms 2016-05-20 10:48:55 -07:00
empty.ts refactor(empty.ts): typo (#8398) 2016-05-20 10:02:47 -07:00
tsconfig-ts2dart.json repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig.json chore: adjust build for tools/metadata name change 2016-05-04 12:14:38 -07:00
upgrade-ts2dart.d.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
zone-ts2dart.d.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00