...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/invalid/encoding/bad-utf8-at-end.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/invalid/encoding

     1# There is a 0xda at after the quotes, and no EOL at the end of the file.
     2#
     3# This is a bit of an edge case: This indicates there should be two bytes
     4# (0b1101_1010) but there is no byte to follow because it's the end of the file.
     5x = """"""Ú

View as plain text