mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #523 from skandhas/pr-fix-embedded-rd-document
fix when mruby parse embedded rd document, mruby throw a syntax error.
This commit is contained in:
+4
-1
@@ -3162,9 +3162,12 @@ skips(parser_state *p, const char *s)
|
||||
int len = strlen(s);
|
||||
|
||||
while (len--) {
|
||||
nextc(p);
|
||||
nextc(p);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
else{
|
||||
s--;
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user