mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-07 16:10:58 +00:00
rebuild parser, ignore invalid leading attr backslash
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1031 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
654b1007f5
commit
8da038d3ef
2 changed files with 3292 additions and 3213 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -751,6 +751,13 @@ RX_DATA [-a-zA-Z0-9_:]+
|
|||
UPDATE_LINE;
|
||||
}
|
||||
|
||||
<S_ATTR4>\\\" {
|
||||
/* backslash escapes seen at freshmeat.net */
|
||||
UPDATE_BUFPOS;
|
||||
UPDATE_COLUMN;
|
||||
BEGIN(S_STRING);
|
||||
}
|
||||
|
||||
<S_ATTR4>\" {
|
||||
UPDATE_BUFPOS;
|
||||
UPDATE_COLUMN;
|
||||
|
|
|
|||
Loading…
Reference in a new issue