We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec75dde commit c3f8abcCopy full SHA for c3f8abc
.pre-process-annotate-attributes.pl
@@ -51,14 +51,14 @@
51
# ignore...
52
}
53
} elsif ($mode eq 'tr') {
54
- if ($_ =~ m!^ <td> <(?:code|span) data-x="([^"]+)">[^<]*</(?:code|span)>;?\n$!os) {
+ if ($_ =~ m!^ <td> <(?:code|span) data-x="([^"]+)">[^<]*</(?:code|span)>(?: \(in [^\)]+\))?;?\n$!os) {
55
$attributes{$1} = 1;
56
$mode = 'index-in';
57
} else {
58
59
60
} elsif ($mode eq 'index-in') {
61
- if ($_ =~ m!^ <(?:code|span) data-x="([^"]+)">[^<]*</(?:code|span)>;?\n$!os) {
+ if ($_ =~ m!^ <(?:code|span) data-x="([^"]+)">[^<]*</(?:code|span)>(?: \(in [^\)]+\))?;?\n$!os) {
62
63
} elsif ($_ =~ m@^ <td> (.+?)(?:<!--or: (.+)-->)?\n$@os) {
64
local $" = ', ';
0 commit comments