angular/modules/@angular/compiler/test
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
..
css fix(compiler): have CSS parser support nested parentheses inside functions 2016-05-23 16:58:15 -07:00
expression_parser repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
i18n feat(i18n): support implicit tags/attributes 2016-05-24 10:12:19 -07:00
output fix(compiler): allow --noImplicitAny 2016-05-11 16:56:12 -07:00
schema test(compiler): test schema generation only in Chrome 2016-05-11 17:01:26 -07:00
compile_metadata_spec.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
directive_lifecycle_spec.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
directive_lifecycle_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
directive_normalizer_spec.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
directive_resolver_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
html_ast_spec_utils.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
html_lexer_spec.ts fix(#7099): support for comment finishing with multiple dashes 2016-05-24 21:01:41 -07:00
html_parser_spec.ts chore(parsing): change internal usage of @ to : for namespaced values 2016-05-09 16:20:32 +02:00
legacy_template_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
metadata_resolver_fixture.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
metadata_resolver_fixture.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
metadata_resolver_spec.ts feat(core/linker): add SimpleChanges type to lifecycle_hooks to simplify OnChanges signature 2016-05-23 16:11:52 -07:00
offline_compiler_codegen_typed.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
offline_compiler_codegen_untyped.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
offline_compiler_compa.css.shim.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
offline_compiler_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
offline_compiler_util.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
selector_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
shadow_css_spec.ts feat(shadow_css): add encapsulation support for CSS @supports at-rule 2016-05-20 13:02:24 -07:00
spies.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
spies.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
style_url_resolver_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
template_parser_spec.ts chore(parsing): change internal usage of @ to : for namespaced values 2016-05-09 16:20:32 +02:00
template_preparser_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
test_bindings.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
test_component_builder_spec.ts refactor(chore): Replace all 'bindings' with 'providers' 2016-05-23 13:31:08 -07:00
url_resolver_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
view_resolver_mock_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
view_resolver_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
xhr_mock_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00