Closed jandubois closed 5 years ago
The (quote nil) value changed in tiller between 2.11.0 and 2.14.0 from "<nil>" to the empty string, while (typeOf nil) continues to render as <nil>.
(quote nil)
"<nil>"
(typeOf nil)
<nil>
[jsc#CAP-593]
:white_check_mark: Hey jandubois! The commit authors and yourself have already signed the CLA.
The
(quote nil)
value changed in tiller between 2.11.0 and 2.14.0 from"<nil>"
to the empty string, while(typeOf nil)
continues to render as<nil>
.[jsc#CAP-593]