blob: 5f53ad9c0a8791a46c1c737a6abe183083a98804 [file] [log] [blame]
test:
echo $(findstring a, a b c)
echo $(findstring b, a b c)
echo $(findstring b c, a b c)
echo $(findstring a, b c)
echo $(findstring a, b c, a)