<div dir="ltr">Package: zsh<div>Version: 5.8 </div><div><br></div><div>When I type `echo 'Hello!'`, it prints `Hello` but when I use double quotes instead of single quotes, there is no output and the shell waits for the quote to end.</div><div>Here is  a transcript!</div><div><br></div><div>$ echo 'Hello!'</div><div>Hello</div><div>$ echo "Hello!"</div><div>dquote></div><div><br></div><div>I suggest that the shell should recognise the quotes.</div><div>I am using Ubuntu 20.04 and kernel 5.15.0-52-generic.</div></div>