]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/type.right
Bash-4.1 distribution source
[thirdparty/bash.git] / tests / type.right
index 18208d13289def95b0422a13689d989df6a1b19b..a628231ce7d675092303de0abb69c4a418112208 100644 (file)
@@ -61,3 +61,22 @@ bar ()
 { 
     echo $(<x1)
 }
+foo is a function
+foo () 
+{ 
+    echo;
+    cat  <<END
+bar
+END
+
+    cat  <<EOF
+qux
+EOF
+
+}
+
+bar
+qux
+
+bar
+qux