-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1102 from carapace-sh/vhs-special-quoted
vhs: added special with quotes
- Loading branch information
Showing
36 changed files
with
954 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Special Double Quote | ||
|
||
- bash | ||
![](./specialDoubleQuote/out/specialDoubleQuote.bash.gif) | ||
- elvish | ||
![](./specialDoubleQuote/out/specialDoubleQuote.elvish.gif) | ||
- fish | ||
![](./specialDoubleQuote/out/specialDoubleQuote.fish.gif) | ||
- nushell | ||
![](./specialDoubleQuote/out/specialDoubleQuote.nushell.gif) | ||
- oil | ||
![](./specialDoubleQuote/out/specialDoubleQuote.oil.gif) | ||
- powershell | ||
![](./specialDoubleQuote/out/specialDoubleQuote.powershell.gif) | ||
- xonsh | ||
![](./specialDoubleQuote/out/specialDoubleQuote.xonsh.gif) | ||
- zsh | ||
![](./specialDoubleQuote/out/specialDoubleQuote.zsh.gif) |
48 changes: 48 additions & 0 deletions
48
docs/src/development/vhs/specialDoubleQuote/out/specialDoubleQuote.bash.ascii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
> | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } \$ # | ? ( ) ; [ ] * \\ \$() \${} \` \ | ||
`\`" | ||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } \$ # | ? ( ) ; [ ] * \\ \$() \${} \` \ | ||
`\`" | ||
ok | ||
> | ||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } \$ # | ? ( ) ; [ ] * \\ \$() \${} \` \ | ||
`\`" | ||
ok | ||
> | ||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── |
48 changes: 48 additions & 0 deletions
48
docs/src/development/vhs/specialDoubleQuote/out/specialDoubleQuote.elvish.ascii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
> | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } $ # | ? ( ) ; [ ] * \\ $() ${} ` ``" | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } $ # | ? ( ) ; [ ] * \\ $() ${} ` ``" | ||
ok | ||
> | ||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } $ # | ? ( ) ; [ ] * \\ $() ${} ` ``" | ||
ok | ||
> | ||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── |
48 changes: 48 additions & 0 deletions
48
docs/src/development/vhs/specialDoubleQuote/out/specialDoubleQuote.fish.ascii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
> | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } \$ # | ? ( ) ; [ ] * \\ \$() \${} ` `` | ||
" | ||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } \$ # | ? ( ) ; [ ] * \\ \$() \${} ` `` | ||
" | ||
ok | ||
> | ||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p1 & < > ' \" { } \$ # | ? ( ) ; [ ] * \\ \$() \${} ` `` | ||
" | ||
ok | ||
> | ||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── |
48 changes: 48 additions & 0 deletions
48
docs/src/development/vhs/specialDoubleQuote/out/specialDoubleQuote.nushell.ascii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
> > | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> > example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> > example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> > example special "p1 & < > ' \" { } $ # | ? ( ) ; [ ] * \\ $() ${} ` ``" | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> > example special "p1 & < > ' \" { } $ # | ? ( ) ; [ ] * \\ $() ${} ` ``" | ||
|
||
ok | ||
> > | ||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> > example special "p1 & < > ' \" { } $ # | ? ( ) ; [ ] * \\ $() ${} ` ``" | ||
|
||
ok | ||
> > | ||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── |
48 changes: 48 additions & 0 deletions
48
docs/src/development/vhs/specialDoubleQuote/out/specialDoubleQuote.oil.ascii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
> | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
> | ||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
> | ||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── |
48 changes: 48 additions & 0 deletions
48
docs/src/development/vhs/specialDoubleQuote/out/specialDoubleQuote.powershell.ascii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
> | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
>> | ||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
>> | ||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── |
48 changes: 48 additions & 0 deletions
48
docs/src/development/vhs/specialDoubleQuote/out/specialDoubleQuote.xonsh.ascii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
> | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special "p | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special r'p1 & < > \' " { } $ # | ? ( ) ; [ ] * \ $() ${} ` ``' | ||
p1 & < > ' " { } $ # | ? ( ) ; [ ] * \ $() ${} ` `` | ||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special r'p1 & < > \' " { } $ # | ? ( ) ; [ ] * \ $() ${} ` ``' | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── | ||
> example special r'p1 & < > \' " { } $ # | ? ( ) ; [ ] * \ $() ${} ` ``' | ||
|
||
|
||
|
||
|
||
|
||
|
||
──────────────────────────────────────────────────────────────────────────────── |
Oops, something went wrong.