From 05b4d893136dd4fa92bb510516cef4002274c66f Mon Sep 17 00:00:00 2001 From: Hammad Date: Fri, 8 Apr 2022 02:08:34 -0230 Subject: [PATCH] Adding regression tests for #1798 --- test/data/css/tests.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/data/css/tests.js b/test/data/css/tests.js index 98a7b87b6..e04190872 100644 --- a/test/data/css/tests.js +++ b/test/data/css/tests.js @@ -1503,6 +1503,12 @@ exports.test_data = { '}' ] }] + }, { + name: "Issue #1798 - space after strings in preserved", + description: "", + tests: [{ + unchanged: '@use "variables" as *;' + }] }, { name: "Issue #1817", description: "",