From 2e03806c28939177cea61a5679e93435bb4d5ef8 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 28 May 2026 08:39:55 +0000 Subject: [PATCH] fix(compiler): prevent namespaced SVG a').toEqual([['Text', 'a']]); }); + + it('should not ignore namespaced SVG ').toEqual([ + ['Element', ':svg:svg'], + ['Element', ':svg:style'], + ['Text', '.a { fill: none; }'], + ]); + }); }); describe('', () => {