From 04c78e1a46a423071d7ea68724525ec7ef92e0e8 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Wed, 5 Jul 2023 13:31:27 +0200 Subject: tdf#156167: create separate map for case insensitive strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add static_assert to make sure both maps have the same size Regression from: svgio: use "frozen" for mapping between token strings and enums Change-Id: I2061606146cfcb34169dccf69b6f720727839d04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153174 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl Change-Id: Ic54dfe45eaff5ef75bcd4ebab715f278540da913 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154055 Tested-by: Xisco Fauli Reviewed-by: Xisco Fauli --- svgio/qa/cppunit/data/tdf156167.svg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 svgio/qa/cppunit/data/tdf156167.svg (limited to 'svgio/qa/cppunit/data') diff --git a/svgio/qa/cppunit/data/tdf156167.svg b/svgio/qa/cppunit/data/tdf156167.svg new file mode 100644 index 000000000000..5ab1254013c4 --- /dev/null +++ b/svgio/qa/cppunit/data/tdf156167.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + -- cgit