1<===> input.scss 2/* Testing to make sure that a trailing comma doesn't break the tests */ 3$map: ( 4 hello: world, 5); 6 7<===> output.css 8/* Testing to make sure that a trailing comma doesn't break the tests */ 9