X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Ftype.right;h=18208d13289def95b0422a13689d989df6a1b19b;hb=3185942a5234e26ab13fa02f9c51d340cec514f8;hp=dbd51caf21ec72dc3a4c0f2c1f84c550f790981c;hpb=f1be666c7d78939ad775078d290bec2758fa29a2;p=platform%2Fupstream%2Fbash.git diff --git a/tests/type.right b/tests/type.right index dbd51ca..18208d1 100644 --- a/tests/type.right +++ b/tests/type.right @@ -46,3 +46,18 @@ file hits command 3 /tmp/bash 1 /bin/sh +f is a function +f () +{ + v='^A' +} +foo is a function +foo () +{ + echo $(