mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
49813: Add missing test
This commit is contained in:
parent
054ccf7666
commit
f11227f78d
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@
|
|||
# This tests the here-string to filename optimisation; we can't
|
||||
# test that it's actually being optimised, but we can test that it
|
||||
# still works.
|
||||
cat =(<<<$'This string has been replaced\nby a file containing it.\n')
|
||||
cat =(<<<$'This string has been replaced\nby a file containing it.')
|
||||
0:Optimised here-string to filename
|
||||
>This string has been replaced
|
||||
>by a file containing it.
|
||||
|
|
Loading…
Reference in a new issue