Home | History | Annotate | Download | only in testcase
      1 test:  foo 	 bar	 
      2 
      3 foo:
      4 	echo PASS_foo
      5 
      6 bar:
      7 	echo PASS_foo
      8