Skip to content

curly brace escaping does not work. #14

@Anvil

Description

@Anvil

Curly braces cannot be escaped properly in backticks expressions.

If i try in the tox.ini to set an expression such

setenv =
    VERSION = `echo "\{a\}"`

That leads to a tox.exception.ConfigError: ConfigError: substitution key 'a' not found

I've also tried to double the backslash (\\{) and in that case the substitution is not performed but a '{' is passed to the command, which is inconsistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingupstream

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions