...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/integer/zero.toml

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

     1d1 = 0
     2d2 = +0
     3d3 = -0
     4
     5h1 = 0x0
     6h2 = 0x00
     7h3 = 0x00000
     8
     9o1 = 0o0
    10a2 = 0o00
    11a3 = 0o00000
    12
    13b1 = 0b0
    14b2 = 0b00
    15b3 = 0b00000

View as plain text