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:
Megan Rogge
2025-02-08 09:40:33 -06:00
committed by GitHub
parent 18a64b37b0
commit 6dbde2a3ed
42 changed files with 19420 additions and 1447 deletions

View File

@@ -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\`)