8000 Add new \e shorthand for the escape character. · Issue #69 · toml-f/toml-f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add new \e shorthand for the escape character. #69
Open
@awvwgk

Description

@awvwgk

New escape sequence \e added to the TOML specification.

 \b         - backspace       (U+0008)
 \t         - tab             (U+0009)
 \n         - linefeed        (U+000A)
 \f         - form feed       (U+000C)
 \r         - carriage return (U+000D)
+\e         - escape          (U+001B)
 \"         - quote           (U+0022)
 \\         - backslash       (U+005C)
 \uXXXX     - unicode         (U+XXXX)
 \UXXXXXXXX - unicode         (U+XXXXXXXX)

This is part of an unreleased TOML standard at the moment.

Reference: toml-lang/toml#790

Metadata

Metadata

Assignees

No one assigned

    Labels

    specsRelated to the TOML specification

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0