Skip to content

v4183

@deathaxe deathaxe tagged this 23 Sep 06:43
This commit removes `invalid.illegal` scope from unsupported escape sequences.

Actually `\` is interpreted literal if it doesn't start a supported escape
sequence.

The following is a valid string without illegals:

```
new Source("src\main\java\com\example\application\views\HomeView.java")
```
Assets 2
Loading