angular/packages/compiler/test/shadow_css
Matthieu Riegler bc8cfa2552 fix(compiler): handle css selectors with space after an escaped character. (#48558)
In Css, selectors with escaped characters require a space after if the following character is a hex character. ie: .\fc ber which matches class="über"
These escaped selectors happen for example when esbuild run with `optimization.minify`

fixes #48524

PR Close #48558
2023-01-24 17:46:33 +00:00
..
at_rules_spec.ts refactor(compiler): refactor the shadow css specs (#48443) 2023-01-11 14:55:52 -08:00
host_and_host_context_spec.ts refactor(compiler): refactor the shadow css specs (#48443) 2023-01-11 14:55:52 -08:00
keyframes_spec.ts refactor(compiler): refactor the shadow css specs (#48443) 2023-01-11 14:55:52 -08:00
ng_deep_spec.ts refactor(compiler): refactor the shadow css specs (#48443) 2023-01-11 14:55:52 -08:00
polyfills_spec.ts refactor(compiler): refactor the shadow css specs (#48443) 2023-01-11 14:55:52 -08:00
process_rules_spec.ts refactor(compiler): refactor the shadow css specs (#48443) 2023-01-11 14:55:52 -08:00
repeat_groups_spec.ts refactor(compiler): refactor the shadow css specs (#48443) 2023-01-11 14:55:52 -08:00
shadow_css_spec.ts fix(compiler): handle css selectors with space after an escaped character. (#48558) 2023-01-24 17:46:33 +00:00
utils.ts refactor(compiler): refactor the shadow css specs (#48443) 2023-01-11 14:55:52 -08:00