test: stabilize bash send-keys submit

This commit is contained in:
Peter Steinberger
2026-01-17 07:41:10 +00:00
parent c92265a51b
commit 78a4441ac2
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
// eslint-disable-next-line no-control-regex
const DSR_PATTERN = /\x1b\[\??6n/g;
export function stripDsrRequests(input: string): { cleaned: string; requests: number } {