Skip to content

Tags: sublimehq/Packages

Tags

v4190

Toggle v4190's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4189

Toggle v4189's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4188

Toggle v4188's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4187

Toggle v4187's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4186

Toggle v4186's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4185

Toggle v4185's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4184

Toggle v4184's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4183

Toggle v4183's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4182

Toggle v4182's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```

v4181

Toggle v4181's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Java] Fix literal backslash in strings (#4038)

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")
```