Closed hagenburger closed 6 years ago
Only match an info string parser when it matches the beginning of the info string. Otherwise this info string:
```html +showmore=34..56 .testclass
Could match .56 as CSS class.
.56
Only match an info string parser when it matches the beginning of the info string. Otherwise this info string:
Could match
.56
as CSS class.