File: 13.expected

package info (click to toggle)
relint-el 2.1%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: lisp: 2,673; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
13.elisp:8:14-15: Ineffective string escape `\{'
13.elisp:8:17-18: Ineffective string escape `\}'
13.elisp:8:20-21: Ineffective string escape `\|'
13.elisp:8:23-24: Ineffective string escape `\`'
13.elisp:8:26-27: Ineffective string escape `\?'
13.elisp:8:29-30: Ineffective string escape `\*'
13.elisp:8:32-33: Ineffective string escape `\.'
13.elisp:8:35-36: Ineffective string escape `\+'
13.elisp:8:38-39: Ineffective string escape `\;'
13.elisp:8:41-42: Ineffective string escape `\q'
13.elisp:10:5-6: Ineffective string escape `\m'
13.elisp:11:18-19: Ineffective string escape `\('
13.elisp:11:21-22: Ineffective string escape `\)'
13.elisp:11:24-25: Ineffective string escape `\['
13.elisp:11:27-28: Ineffective string escape `\]'
13.elisp:11:30-31: Ineffective string escape `\''
13.elisp:12:17-18: Ineffective string escape `\;'
13.elisp:18:23-24: In call to re-search-forward: Unescaped literal `$' (pos 0)
  "$.x++"
   ^
13.elisp:18:23-24: Ineffective string escape `\$'
13.elisp:18:25-26: Ineffective string escape `\.'
13.elisp:18:28-29: Ineffective string escape `\+'
13.elisp:18:30-31: In call to re-search-forward: Repetition of repetition (pos 4)
  "$.x++"
   ....^
13.elisp:18:27-29: info: This is the inner expression (pos 2..3)
  "$.x++"
   ..^^
13.elisp:18:30-31: Ineffective string escape `\+'
13.elisp:19:16-17: Ineffective string escape `\q'
13.elisp:22:16-17: Ineffective string escape `\8'
13.elisp:22:19-20: Ineffective string escape `\9'