##// END OF EJS Templates
test-alias: add some tests to ensure we aren't double-substituting...
Siddharth Agarwal -
r22157:bd45d928 default
parent child Browse files
Show More
@@ -229,6 +229,10 b' simple shell aliases'
229 foo
229 foo
230 $ hg echoall 'test $2' foo
230 $ hg echoall 'test $2' foo
231 test $2 foo
231 test $2 foo
232 $ hg echoall 'test $@' foo '$@'
233 test $@ foo $@
234 $ hg echoall 'test "$@"' foo '"$@"'
235 test "$@" foo "$@"
232 $ hg echo1 foo bar baz
236 $ hg echo1 foo bar baz
233 foo
237 foo
234 $ hg echo2 foo bar baz
238 $ hg echo2 foo bar baz
General Comments 0
You need to be logged in to leave comments. Login now