Home | History | Annotate | Download | only in testcase
      1 test:
      2 	echo $(findstring a, a b c)
      3 	echo $(findstring b, a b c)
      4 	echo $(findstring b c, a b c)
      5 	echo $(findstring a, b c)
      6 	echo $(findstring a, b c, a)
      7