On Tue, 6 May 2025 at 22:55, Rasmus Villemoes <[email protected]> wrote: > > Add documentation for the test command, including the newly added =~ > operator and some gotchas wrt. the numeric comparisons. > > Signed-off-by: Rasmus Villemoes <[email protected]> > --- > > This should be considered on top of > https://lore.kernel.org/u-boot/[email protected]/ > , but everything other than the regex-related stuff could stand on its > own. > > My rst-fu is quite weak. > > doc/usage/cmd/setexpr.rst | 5 ++- > doc/usage/cmd/test.rst | 95 +++++++++++++++++++++++++++++++++++++++ > doc/usage/index.rst | 1 + > 3 files changed, 99 insertions(+), 2 deletions(-) > create mode 100644 doc/usage/cmd/test.rst >
Reviewed-by: Simon Glass <[email protected]>

