From 8b23dfe52f2326a61e0f55e674d3a78e7817733c Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 14 Aug 2024 16:14:48 -0500 Subject: [PATCH] Just make them strings instead of trying to escape --- test/fixtures/splats.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/fixtures/splats.yml b/test/fixtures/splats.yml index a6d6b3491..b34f9a2fe 100644 --- a/test/fixtures/splats.yml +++ b/test/fixtures/splats.yml @@ -3,14 +3,14 @@ one: title: The logo isn't big enough body: Make the logo bigger. - color: \#AF2E1B + color: '#AF2E1B' two: title: Layout is broken body: The page scrolls horizontally on mobile devices. - color: \#CC6324 + color: '#CC6324' three: title: The text is too small body: Increase the font size. - color: \#3B4B59 + color: '#3B4B59'