diff options
author | Chet Ramey <chet.ramey@case.edu> | 2020-06-15 15:57:21 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2020-06-15 15:57:21 -0400 |
commit | 712f80b0a49c3a0227d0b52bff5e0b763747697e (patch) | |
tree | c08d7fd734367e7180cc9278c495092b1d769f1c /tests/quote.tests | |
parent | 9e49d343e3cd7e20dad1b86ebfb764e8027596a7 (diff) | |
download | bash-712f80b0a49c3a0227d0b52bff5e0b763747697e.tar.gz |
bash-5.1-alpha releasebash-5.1-alpha
Diffstat (limited to 'tests/quote.tests')
-rw-r--r-- | tests/quote.tests | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/quote.tests b/tests/quote.tests index d7f13cd0..0a0b4afe 100644 --- a/tests/quote.tests +++ b/tests/quote.tests @@ -1,3 +1,16 @@ +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# echo "Single Quote" echo 'foo bar' @@ -122,3 +135,5 @@ echo ${foo:-string \\\}} ${THIS_SH} ./quote1.sub ${THIS_SH} ./quote2.sub +${THIS_SH} ./quote3.sub +${THIS_SH} ./quote4.sub |