Skip to content

Commit

Permalink
Merge pull request #1091 from carapace-sh/vhs-escape-powershell
Browse files Browse the repository at this point in the history
vsh: escape - fix powershell
  • Loading branch information
rsteube authored Jan 18, 2025
2 parents af5eedc + 057d6b1 commit afb476f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/src/development/vhs/escape/escape.elvish.tape
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Source ../elvish.tape
Output out/escape.elvish.gif
Output out/escape.elvish.ascii

Type `example action embeddedP1 embeddedP2\ with\ ` Sleep 1 Tab@1
Type `example action embeddedP1 embeddedP2" "with" "` Sleep 1 Tab@1

Sleep 2
2 changes: 1 addition & 1 deletion docs/src/development/vhs/escape/escape.powershell.tape
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Source ../powershell.tape
Output out/escape.powershell.gif
Output out/escape.powershell.ascii

Type `example action embeddedP1 embeddedP2\ with\ ` Sleep 1 Tab@1
Type `example action embeddedP1 embeddedP2` with` ` Sleep 1 Tab@1

Sleep 2
16 changes: 8 additions & 8 deletions docs/src/development/vhs/escape/out/escape.elvish.ascii
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@


────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 embeddedP2\ with\
> example action embeddedP1 embeddedP2" "with" "






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 embeddedP2\ with\
> example action embeddedP1 embeddedP2" "with" "






────────────────────────────────────────────────────────────────────────────────
usage: action [pos1] [pos2] [--] [dashAny]...
error: no candidates
> example action embeddedP1 embeddedP2\ with\
> example action embeddedP1 "embeddedP2 with space"
COMPLETING argument
embeddedP2 with space




────────────────────────────────────────────────────────────────────────────────
usage: action [pos1] [pos2] [--] [dashAny]...
error: no candidates
> example action embeddedP1 embeddedP2\ with\
> example action embeddedP1 "embeddedP2 with space"
COMPLETING argument
embeddedP2 with space



Expand Down
8 changes: 4 additions & 4 deletions docs/src/development/vhs/escape/out/escape.powershell.ascii
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@


────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 embeddedP2\ with\
> example action embeddedP1 embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 embeddedP2\ with\
> example action embeddedP1 embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 embeddedP2\ with\
> example action embeddedP1 embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 embeddedP2\ with\
> example action embeddedP1 embeddedP2 with



Expand Down
4 changes: 2 additions & 2 deletions docs/src/development/vhs/word/out/word.xonsh.ascii
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@


────────────────────────────────────────────────────────────────────────────────
> example >/dev/null
> example






────────────────────────────────────────────────────────────────────────────────
> example >/dev/null
> example



Expand Down

0 comments on commit afb476f

Please sign in to comment.