mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 03:41:16 -03:00
21 lines
221 B
Plaintext
21 lines
221 B
Plaintext
|
|
Testing -V
|
||
|
|
$foo: (1)
|
||
|
|
1: 'local foo'
|
||
|
|
$bar: (5)
|
||
|
|
1: 'one'
|
||
|
|
2: 'two 2'
|
||
|
|
3: ' '
|
||
|
|
4: ''
|
||
|
|
5: '3'
|
||
|
|
$baz: (0)
|
||
|
|
Testing -V with changed variables
|
||
|
|
$foo: (1)
|
||
|
|
1: 'local foo'
|
||
|
|
$bar: (5)
|
||
|
|
1: 'one'
|
||
|
|
2: 'two 2'
|
||
|
|
3: ' '
|
||
|
|
4: ''
|
||
|
|
5: '3'
|
||
|
|
$baz: (0)
|