mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
190712d4b0
Add a test harness that uses `expect` to drive Fish to test interactive behavior. Include some tests for `read`.
9 lines
118 B
Text
9 lines
118 B
Text
$foo: 'text'
|
|
$foo: 'again'
|
|
$foo: 'bar'
|
|
$foo: '123'
|
|
$foo: '456'
|
|
$foo: 'hello'
|
|
$bar: 'world!'
|
|
$foo: 'tete'
|
|
$foo: '12te'
|