Skip to content

Consider: Using custom sigil for escaped HTML #10

Description

@iamvery

Problem

Currently to escape HTML, you have to do something like:

|> assert_visible(escape("can't be blank"))

Proposed Solution

Simplify this using a sigil, e.g.

|> assert_visible(~e<can't be blank>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions