wireplumber/tests/wptoml/files/basic-table.toml
2019-12-04 16:38:35 -05:00

12 lines
257 B
TOML

bool = true
int8 = -8
uint8 = 8
int16 = -16
uint16 = 16
int32 = -32
uint32 = 32
int64 = -64
uint64 = 64
double = 3.141592
str = "str"
big_str = "this is a big string with special characters (!@#$%^&&*'') to make sure the wptoml library parses it correctly"