...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/string/quoted-unicode.json

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/string

     1{
     2  "escaped_string": {
     3    "type": "string",
     4    "value": "\u0000 \b \f A \u007f \u0080 \u00ff \ud7ff \ue000 \uffff \ud800\udc00 \udbff\udfff"
     5  },
     6  "not_escaped_string": {
     7    "type": "string",
     8    "value": "\\u0000 \\u0008 \\u000c \\U00000041 \\u007f \\u0080 \\u00ff \\ud7ff \\ue000 \\uffff \\U00010000 \\U0010ffff"
     9  },
    10  "basic_string": {
    11    "type": "string",
    12    "value": "~ \u0080 \u00ff \ud7ff \ue000 \uffff \ud800\udc00 \udbff\udfff"
    13  },
    14  "literal_string": {
    15    "type": "string",
    16    "value": "~ \u0080 \u00ff \ud7ff \ue000 \uffff \ud800\udc00 \udbff\udfff"
    17  }
    18}

View as plain text