<===> options.yml
---
:todo:
- sass/libsass#2700

<===> input.scss
foo {
  width: \10 + \20 \ ;
}

<===> output.css
foo {
  width: \10 \ \ ;
}