提交 e3894d9e authored 作者: Thomas Mueller's avatar Thomas Mueller

Support multiple spaces between "at" and the class name

上级 c744508f
......@@ -113,6 +113,8 @@ function convert() {
s = s.substring(end + 1);
}
idx = 0;
s = s.replace(/\t/g, " ");
s = s.replace(/ +/g, " ");
while (true) {
var start = s.indexOf("at org.h2.", idx);
if (start < 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论