...

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

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

     1
     2escaped_string = "\u0000 \u0008 \u000c \U00000041 \u007f \u0080 \u00ff \ud7ff \ue000 \uffff \U00010000 \U0010ffff"
     3not_escaped_string = '\u0000 \u0008 \u000c \U00000041 \u007f \u0080 \u00ff \ud7ff \ue000 \uffff \U00010000 \U0010ffff'
     4
     5basic_string = "~ € ÿ ퟿  ￿ 𐀀 􏿿"
     6literal_string = '~ € ÿ ퟿  ￿ 𐀀 􏿿'

View as plain text