update snapshots

This commit is contained in:
kevin zhao
2025-11-04 18:52:22 -08:00
parent 950ddd7ae1
commit 7dd81c4dd9
9 changed files with 14 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ expression: "lines[start_idx..].join(\"\\n\")"
through crates for heavy dependencies in Cargo.toml, including cli, core,
exec, linux-sandbox, tui, login, ollama, and mcp.
• Ran for d in ansi-escape apply-patch arg0 cli common core exec execpolicy
• Ran: for d in ansi-escape apply-patch arg0 cli common core exec execpolicy
│ file-search linux-sandbox login mcp-client mcp-server mcp-types ollama
│ tui; do echo "--- $d/Cargo.toml"; sed -n '1,200p' $d/Cargo.toml; echo;
│ … +1 lines

View File

@@ -2,5 +2,5 @@
source: tui/src/chatwidget/tests.rs
expression: exec_blob
---
• Ran sleep 1
• Ran: sleep 1
└ (no output)

View File

@@ -2,8 +2,8 @@
source: tui/src/history_cell.rs
expression: rendered
---
• Ran first_token_is_long_en
│ ough_to_wrap
• Ran: first_token_is_long_e
nough_to_wrap
│ second_token_is_also_lon
│ … +1 lines
└ (no output)

View File

@@ -2,6 +2,6 @@
source: tui/src/history_cell.rs
expression: rendered
---
• Ran echo one
• Ran: echo one
│ echo two
└ (no output)

View File

@@ -2,7 +2,7 @@
source: tui/src/history_cell.rs
expression: rendered
---
• Ran set -o pipefail
• Ran: set -o pipefail
│ cargo test
│ --all-features --quiet
└ (no output)

View File

@@ -2,9 +2,9 @@
source: tui/src/history_cell.rs
expression: rendered
---
• Ran echo
│ this_is_a_very_long_si
│ ngle_token_that_will_w
• Ran: echo
│ this_is_a_very_long_s
ingle_token_that_will
│ … +2 lines
└ error: first line on
stderr

View File

@@ -2,5 +2,5 @@
source: tui/src/history_cell.rs
expression: rendered
---
• Ran echo ok
• Ran: echo ok
└ (no output)

View File

@@ -2,7 +2,7 @@
source: tui/src/history_cell.rs
expression: rendered
---
• Ran a_very_long_token_
│ without_spaces_to_
│ force_wrapping
• Ran: a_very_long_token
_without_spaces_t
o_force_wrapping
└ (no output)

View File

@@ -2,7 +2,7 @@
source: tui/src/history_cell.rs
expression: rendered
---
• Ran seq 1 10 1>&2 && false
• Ran: seq 1 10 1>&2 && false
└ 1
2
… +6 lines