File: bool.multi

package info (click to toggle)
golang-toml 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,684 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
almost-false-with-extra = falsify
almost-false            = fals
almost-true-with-extra  = truthy
almost-true             = tru
just-f                  = f
just-t                  = t
mixed-case              = valid   = False
starting-same-false     = falsey
starting-same-true      = truer
wrong-case-false        = FALSE
wrong-case-true         = TRUE
mixed-case-false        = falsE
mixed-case-true         = trUe
capitalized-false        = False
capitalized-true         = True