it(`captures a case-sensitive property with an interpolated number`, () => {
        const template = html<Model>`<my-element :someAttribute=${numberValue}></my-element>`;

        expectTemplateEquals(
            template,