Skip to content

Commit 1bc498d

Browse files
committed
Prevent bug related to even number of characters in an intra-command comment
1 parent fe35224 commit 1bc498d

File tree

1 file changed

+1
-1
lines changed
  • tests/corpus/chat.make-top-level-from-method.1

1 file changed

+1
-1
lines changed

tests/corpus/chat.make-top-level-from-method.1/chat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ WITH CONTENT '''
2929
-- 3. Update ALL call sites of the method `_candidate()` to call the new top-level function with the same name
3030
UPDATE FUNCTION "_check"
3131
FROM FILE "main.py"
32-
REPLACE LINE 'self._candidate(' -- There's only 1 call site and this line marker is unambiguous, so it's more concise to just replace a LINE instead of a SEGMENT
32+
REPLACE LINE "self._candidate("
3333
WITH CONTENT '''
3434
@0:_candidate(
3535
''';

0 commit comments

Comments
 (0)