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'