mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 08:32:06 +01:00
This was causing a problem with situation where }} would have semantic meaning
other than escaping a }. Specifically, %func{%func{arg}} contains a }} but
should not escape the }. $} seems to cover this situation. However, ${ is not
permitted as an escape sequence because it looks like the beginning of a symbol
(variable reference) like ${foo}. This is OK because { can be used anywhere as a
literal.
|
||
|---|---|---|
| .. | ||
| autotag | ||
| ui | ||
| util | ||
| __init__.py | ||
| importer.py | ||
| library.py | ||
| mediafile.py | ||
| plugins.py | ||
| vfs.py | ||