Doc comment test.

This commit is contained in:
Christian Gunderman
2026-03-30 11:01:52 -07:00
parent e4cdad0d55
commit 9bd58c8ec3
+5
View File
@@ -8,6 +8,11 @@ import { expect, describe } from 'vitest';
import { evalTest } from './test-helper.js';
describe('botched replace eval', () => {
/**
* Encourages the agent to do an unsafe parallel write to the same file in a single
* turn and checks that it does not do so. This is a regression test for a bug fix
* that corrects a case where the agent would fail to write the file.
*/
evalTest('ALWAYS_PASSES', {
name: 'should perform multiple edits to the same file sequentially across turns',
files: {