void/extensions/terminal-suggest/fixtures/shell-parser/basic/input.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
197 B
Bash
Raw Permalink Normal View History

2025-03-01 02:01:53 +00:00
### 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\`)