Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@
- [Nospace](./development/vhs/nospace.md)
- [Double Quote](./development/vhs/doubleQuote.md)
- [Double Quote Open](./development/vhs/doubleQuoteOpen.md)
- [Double Quote Partial](./development/vhs/doubleQuotePartial.md)
- [Single Quote](./development/vhs/singleQuote.md)
- [Single Quote Open](./development/vhs/singleQuoteOpen.md)
- [Single Quote Partial](./development/vhs/singleQuotePartial.md)
- [Escape](./development/vhs/escape.md)
- [Redirect](./development/vhs/redirect.md)
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


────────────────────────────────────────────────────────────────────────────────
> example "action "
> example "action"






────────────────────────────────────────────────────────────────────────────────
> example "action "
> example "action"



Expand Down
18 changes: 18 additions & 0 deletions docs/src/development/vhs/doubleQuotePartial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Double Quote Partial

- bash
![](./doubleQuotePartial/out/doubleQuotePartial.bash.gif)
- elvish
![](./doubleQuotePartial/out/doubleQuotePartial.elvish.gif)
- fish
![](./doubleQuotePartial/out/doubleQuotePartial.fish.gif)
- nushell
![](./doubleQuotePartial/out/doubleQuotePartial.nushell.gif)
- oil
![](./doubleQuotePartial/out/doubleQuotePartial.oil.gif)
- powershell
![](./doubleQuotePartial/out/doubleQuotePartial.powershell.gif)
- xonsh
![](./doubleQuotePartial/out/doubleQuotePartial.xonsh.gif)
- zsh
![](./doubleQuotePartial/out/doubleQuotePartial.zsh.gif)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../bash.tape

Output out/doubleQuotePartial.bash.gif
Output out/doubleQuotePartial.bash.ascii

Type `example action embeddedP1 "embeddedP2 w"i` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../elvish.tape

Output out/doubleQuotePartial.elvish.gif
Output out/doubleQuotePartial.elvish.ascii

Type `example action embeddedP1 "embeddedP2 w"i` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../fish.tape

Output out/doubleQuotePartial.fish.gif
Output out/doubleQuotePartial.fish.ascii

Type `example action embeddedP1 "embeddedP2 w"i` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../nushell.tape

Output out/doubleQuotePartial.nushell.gif
Output out/doubleQuotePartial.nushell.ascii

Type `example action embeddedP1 "embeddedP2 w"i` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../oil.tape

Output out/doubleQuotePartial.oil.gif
Output out/doubleQuotePartial.oil.ascii

Type `example action embeddedP1 "embeddedP2 w"i` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../powershell.tape

Output out/doubleQuotePartial.powershell.gif
Output out/doubleQuotePartial.powershell.ascii

Type `example action embeddedP1 "embeddedP2 w"i` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../xonsh.tape

Output out/doubleQuotePartial.xonsh.gif
Output out/doubleQuotePartial.xonsh.ascii

Type `example action embeddedP1 "embeddedP2 w"i` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../zsh.tape

Output out/doubleQuotePartial.zsh.gif
Output out/doubleQuotePartial.zsh.ascii

Type `example action embeddedP1 "embeddedP2 w"i` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






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






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






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






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






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






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






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






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






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






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






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






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






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






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






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
> >






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






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






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






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






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






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






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






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






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






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






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






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






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






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






────────────────────────────────────────────────────────────────────────────────
Loading
Loading