Skip to content

Commit

Permalink
fix check of regexp's start point
Browse files Browse the repository at this point in the history
  • Loading branch information
gdh1995 committed Oct 4, 2020
1 parent 248a2ef commit ef6f5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JsFormatter/JsFormatter/jsparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "jsparser.h"

// 更改/mod: 除去'\n', 因为OPER_TOKEN下属字符串不会包含'\n'
const JSParser::Char JSParser::s_operCharBeforeReg[] = _T("(,=:[!&|?+{};");
const JSParser::Char JSParser::s_operCharBeforeReg[] = _T("(,=:[!&|?+{};<>~%^*-/");

// void JSParser::PrintDebug()
// {
Expand Down

0 comments on commit ef6f5eb

Please # to comment.