We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748c113 commit abd3c40Copy full SHA for abd3c40
tldr.l
@@ -99,7 +99,7 @@ space [ \t]
99
%{
100
if (this.topState() === "title") {
101
yytext = this.matches[1];
102
- if (this.matches[1].match(/([^\w+\[. -])|(\.$)/)) yy.error(yylloc, 'TLDR013');
+ if (this.matches[1].match(/([^\w+\[\]}. -])|(\.$)/)) yy.error(yylloc, 'TLDR013');
103
this.checkTrailingWhitespace(this.matches[2], yylloc);
104
this.checkNewline(this.matches[3], yylloc);
105
this.popState();
0 commit comments