Open stevengj opened 3 years ago
Since $ isn't used for glob patterns, it might be nice to implement Julia interpolation when a non-backslashed $ is encountered in glob"..." rather than treating it as a literal dollar sign.
$
glob"..."
(See also discourse.)
Since
$
isn't used for glob patterns, it might be nice to implement Julia interpolation when a non-backslashed$
is encountered inglob"..."
rather than treating it as a literal dollar sign.(See also discourse.)