Commit 69197c5
committed
Remove unneeded patterns from String and Regexp
These appears to be cargo culted from the C syntax file which defines
multibyte L"" string literals for C++. What the skip=/\\\\/ is for, I
still don't know, but it appears to be useless. I will assume it was
similarly cargo culted, and wait for bug reports.1 parent 1631a82 commit 69197c5
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
0 commit comments