mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 19:23:13 -06:00
30 lines
533 B
Bash
30 lines
533 B
Bash
tests="
|
|
array_default_error
|
|
array_default_ok
|
|
array_no_default_ok
|
|
default_ok
|
|
dictionary_not_displayable
|
|
dictionary_ok
|
|
enum_default_error
|
|
enum_default_ok
|
|
enum_no_default_ok
|
|
format_alias_float_not_int
|
|
format_alias_int_not_rational
|
|
format_alias_not_numeric
|
|
format_alias_ok
|
|
format_bad_syntax
|
|
format_float_not_int
|
|
format_int_not_rational
|
|
format_missing_repl
|
|
format_not_numeric
|
|
format_numeric
|
|
format_ok
|
|
format_precision_too_large
|
|
format_too_many_repls
|
|
invalid_size
|
|
large_size
|
|
string_size_default_ok
|
|
struct_default_ok
|
|
struct_no_default_ok
|
|
"
|