When compiling using `regexp2.ECMAScript` the regexp `[a-\s]` fails with the following but it should pass: ``` error parsing regexp: cannot include class \115 in character range in `[a-\s]` ``` [regexp101 shows](https://regex101.com/r/VhDDyT/1) how it should be interpreted.