From f3da61df384bf3e82869fd78aa890f97a55bc5ed 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('', () => {