diff --git a/packages/core/test/render3/compiler_canonical/component_directives_spec.ts b/packages/core/test/render3/compiler_canonical/component_directives_spec.ts index d15391a594..9f2bb7c85c 100644 --- a/packages/core/test/render3/compiler_canonical/component_directives_spec.ts +++ b/packages/core/test/render3/compiler_canonical/component_directives_spec.ts @@ -530,7 +530,11 @@ describe('components & directives', () => { $r3$.ɵT(0); } if (rf & 2) { + // clang-format wants to break this line by changing the second 'ɵ' to an invalid + // unicode sequence. + // clang-format off $r3$.ɵt(0, $r3$.ɵb(ctx.num)); + // clang-format on } }, inputs: {num: 'num'}