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