-
-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
it's in the 25th line of state_string.go. Currently, only fileJob.Content[i-1] is put into consideration that if it is back slash. But what if two consecutive back slashes there which represents one escape bachslash character and has nothing to do with the following end string? Therefore, four, six... back slashes are also possible.
To Reproduce
- As it is described ahead
Expected behavior
we need to judge the number of back slashes before the end string are even, so we can process the next checkForMatchSingle function
Desktop (please complete the following information):
- OS: [e.g. macOS, Windows, Linux]
- Version [e.g. 22]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working