提交 3635b71a 编写于 作者: R Rob Lourens

Tweak rg test

上级 4454c869
......@@ -142,9 +142,8 @@ suite('RipgrepParser', () => {
});
test('Parses chunks broken before newline', () => {
const input = arrays.flatten(singleLineChunks
.map(chunk => '\n' + chunk)
.map(arrayOfChars));
const input = singleLineChunks
.map(chunk => '\n' + chunk);
const results = parseInput(input);
assert.equal(results.length, 3);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册