mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
leverage Fig's shell parser, add git spec (#240001)
Co-authored-by: Daniel Imms <Tyriar@users.noreply.github.com> Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
### Case 1
|
||||
a b\\ c
|
||||
|
||||
### Case 2
|
||||
a "b"
|
||||
|
||||
### Case 3
|
||||
a 'b'
|
||||
|
||||
### Case 4
|
||||
a $'b'
|
||||
|
||||
### Case 5
|
||||
a $commit
|
||||
|
||||
### Case 6
|
||||
a $$
|
||||
|
||||
### Case 7
|
||||
a $((b))
|
||||
|
||||
### Case 8
|
||||
a $(b)
|
||||
|
||||
### Case 9
|
||||
a \`b\`
|
||||
|
||||
### Case 10
|
||||
a $(\`b\`)
|
||||
Reference in New Issue
Block a user