mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
18 lines
311 B
Plaintext
18 lines
311 B
Plaintext
$true $True $TRUE
|
|
$false $False $FALSE
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["boolean", "$true"],
|
|
["boolean", "$True"],
|
|
["boolean", "$TRUE"],
|
|
|
|
["boolean", "$false"],
|
|
["boolean", "$False"],
|
|
["boolean", "$FALSE"]
|
|
|
|
]
|
|
----------------------------------------------------
|
|
|
|
Testing Booleans |