From: xiejiahe Date: Mon, 8 Feb 2021 11:32:12 +0000 (+0800) Subject: chore: comment initial space (#3192) [skip ci] X-Git-Tag: v3.0.6~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc8712235edb8cc65929dca09464ed77435f673;p=thirdparty%2Fvuejs%2Fcore.git chore: comment initial space (#3192) [skip ci] fix(typo): Comment add spaces. --- diff --git a/packages/compiler-core/src/parse.ts b/packages/compiler-core/src/parse.ts index bc1d55eade..d57ca77a03 100644 --- a/packages/compiler-core/src/parse.ts +++ b/packages/compiler-core/src/parse.ts @@ -924,7 +924,7 @@ function isEnd( switch (mode) { case TextModes.DATA: if (startsWith(s, '= 0; --i) { if (startsWithEndTagOpen(s, ancestors[i].tag)) { return true