Magellan Linux

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

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

revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 1  Line 1 
1    test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
2    
3  v='a \ b \\ c \\\ d \\\\ e'  v='a \ b \\ c \\\ d \\\\ e'
4  echo v: $v  echo v: $v
5  echo v: "$v"  echo v: "$v"

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