|
1 |
| -| tst.js:5:20:5:22 | "'" | This replaces only the first occurrence of "'". | |
2 |
| -| tst.js:9:20:9:22 | /'/ | This replaces only the first occurrence of /'/. | |
3 |
| -| tst.js:13:20:13:23 | /'/g | This does not backslash-escape the backslash character. | |
4 |
| -| tst.js:17:20:17:23 | /'/g | This does not backslash-escape the backslash character. | |
5 |
| -| tst.js:21:20:21:26 | /['"]/g | This does not backslash-escape the backslash character. | |
6 |
| -| tst.js:25:20:25:28 | /(['"])/g | This does not backslash-escape the backslash character. | |
7 |
| -| tst.js:29:20:29:27 | /('\|")/g | This does not backslash-escape the backslash character. | |
8 |
| -| tst.js:33:20:33:22 | '\|' | This replaces only the first occurrence of '\|'. | |
9 |
| -| tst.js:37:20:37:23 | /"/g | This does not backslash-escape the backslash character. | |
10 |
| -| tst.js:41:20:41:22 | "/" | This replaces only the first occurrence of "/". | |
11 |
| -| tst.js:45:20:45:24 | "%25" | This replaces only the first occurrence of "%25". | |
12 |
| -| tst.js:49:20:49:22 | `'` | This replaces only the first occurrence of `'`. | |
13 |
| -| tst.js:53:20:53:22 | "'" | This replaces only the first occurrence of "'". | |
14 |
| -| tst.js:57:20:57:22 | `'` | This replaces only the first occurrence of `'`. | |
15 |
| -| tst.js:61:20:61:27 | "'" + "" | This replaces only the first occurrence of "'" + "". | |
16 |
| -| tst.js:65:20:65:22 | "'" | This replaces only the first occurrence of "'". | |
17 |
| -| tst.js:69:20:69:27 | "'" + "" | This replaces only the first occurrence of "'" + "". | |
| 1 | +| tst.js:5:10:5:18 | s.replace | This replaces only the first occurrence of "'". | |
| 2 | +| tst.js:9:10:9:18 | s.replace | This replaces only the first occurrence of /'/. | |
| 3 | +| tst.js:13:10:13:18 | s.replace | This does not escape backslash characters in the input. | |
| 4 | +| tst.js:17:10:17:18 | s.replace | This does not escape backslash characters in the input. | |
| 5 | +| tst.js:21:10:21:18 | s.replace | This does not escape backslash characters in the input. | |
| 6 | +| tst.js:25:10:25:18 | s.replace | This does not escape backslash characters in the input. | |
| 7 | +| tst.js:29:10:29:18 | s.replace | This does not escape backslash characters in the input. | |
| 8 | +| tst.js:33:10:33:18 | s.replace | This replaces only the first occurrence of '\|'. | |
| 9 | +| tst.js:37:10:37:18 | s.replace | This does not escape backslash characters in the input. | |
| 10 | +| tst.js:41:10:41:18 | s.replace | This replaces only the first occurrence of "/". | |
| 11 | +| tst.js:45:10:45:18 | s.replace | This replaces only the first occurrence of "%25". | |
| 12 | +| tst.js:49:10:49:18 | s.replace | This replaces only the first occurrence of `'`. | |
| 13 | +| tst.js:53:10:53:18 | s.replace | This replaces only the first occurrence of "'". | |
| 14 | +| tst.js:57:10:57:18 | s.replace | This replaces only the first occurrence of `'`. | |
| 15 | +| tst.js:61:10:61:18 | s.replace | This replaces only the first occurrence of "'" + "". | |
| 16 | +| tst.js:65:10:65:18 | s.replace | This replaces only the first occurrence of "'". | |
| 17 | +| tst.js:69:10:69:18 | s.replace | This replaces only the first occurrence of "'" + "". | |
0 commit comments