Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-parsing/starquoted2.tests

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 13  for a in """$@"; do echo Should not be p Line 13  for a in """$@"; do echo Should not be p
13  for a in """$@"''"$@"''; do echo Should not be printed; done  for a in """$@"''"$@"''; do echo Should not be printed; done
14  for a in ""; do echo Should be printed; done  for a in ""; do echo Should be printed; done
15    
16  # Bug 207: "$@" expands to nothing, and we erroneously glob "%s\\n" twice:  # Bug 207: "$@" expands to nothing, and we erroneously glob "%s\n" twice:
17    printf 'Empty:%s\n' "$@"
18    printf "Empty:%s\n" "$@"
19  printf "Empty:%s\\n" "$@"  printf "Empty:%s\\n" "$@"

Legend:
Removed from v.983  
changed lines
  Added in v.984