Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit a3fd50a

Browse files
authored
Fix trailing tab after qna questions is not recognized issue (#1008)
* fix trailing tab is not recognized in qna questions * trigger CI
1 parent 01bbbd7 commit a3fd50a

File tree

4 files changed

+275
-261
lines changed

4 files changed

+275
-261
lines changed

packages/lu/src/parser/lufile/LUFileLexer.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,5 @@ NEWLINE_IN_QNA
231231
;
232232

233233
QNA_TEXT
234-
: ~[\t\r\n]+
234+
: ~[\r\n]+
235235
;

0 commit comments

Comments
 (0)