提交 aed2914c 编写于 作者: C Cyrus Najmabadi

REstore

上级 8c4efaa7
...@@ -114,7 +114,7 @@ private SyntaxToken GetStringToken(string text) ...@@ -114,7 +114,7 @@ private SyntaxToken GetStringToken(string text)
if (allChars.IsDefault) if (allChars.IsDefault)
{ {
Assert.True(conversionFailureOk, "Failed to convert text to token."); Assert.True(conversionFailureOk, "Failed to convert text to token.");
return (token, null, default); return (token, null, allChars);
} }
var tree = RegexParser.TryParse(allChars, options); var tree = RegexParser.TryParse(allChars, options);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册