chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-21 04:52:23 +00:00
parent 38e0dc9ccd
commit 2e0d5d2308
6 changed files with 500 additions and 500 deletions

View File

@@ -148,11 +148,11 @@ describe("Format", () => {
config: {
formatter: {
first: {
command: ["sh", "-c", "sleep 0.05; v=$(cat \"$1\"); printf '%sA' \"$v\" > \"$1\"", "sh", "$FILE"],
command: ["sh", "-c", 'sleep 0.05; v=$(cat "$1"); printf \'%sA\' "$v" > "$1"', "sh", "$FILE"],
extensions: [".seq"],
},
second: {
command: ["sh", "-c", "v=$(cat \"$1\"); printf '%sB' \"$v\" > \"$1\"", "sh", "$FILE"],
command: ["sh", "-c", 'v=$(cat "$1"); printf \'%sB\' "$v" > "$1"', "sh", "$FILE"],
extensions: [".seq"],
},
},