Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/shell/hush_test/hush-parsing/starquoted2.tests

    r2725 r3232  
    99# treating "" as "this word cannot be expanded to nothing,
    1010# but must be at least null string". Now it can be expanded to nothing.
    11 for a in "$@"""; do echo Should not be printed; done
    12 for a in """$@"; do echo Should not be printed; done
    13 for a in """$@"''"$@"''; do echo Should not be printed; done
     11for a in "$@"""; do echo Would not be printed by bash; done
     12for a in """$@"; do echo Would not be printed by bash; done
     13for a in """$@"''"$@"''; do echo Would not be printed by bash; done
    1414for a in ""; do echo Should be printed; done
    1515
Note: See TracChangeset for help on using the changeset viewer.