Show More
@@ -53,7 +53,7 def test_alias_args_commented_nargs(): | |||||
53 | """Check that alias correctly counts args, excluding those commented out""" |
|
53 | """Check that alias correctly counts args, excluding those commented out""" | |
54 | am = _ip.alias_manager |
|
54 | am = _ip.alias_manager | |
55 | alias_name = 'comargcount' |
|
55 | alias_name = 'comargcount' | |
56 |
cmd = 'echo this is %%s a |
|
56 | cmd = 'echo this is %%s a commented out arg and this is not %s' | |
57 |
|
57 | |||
58 | am.define_alias(alias_name, cmd) |
|
58 | am.define_alias(alias_name, cmd) | |
59 | assert am.is_alias(alias_name) |
|
59 | assert am.is_alias(alias_name) |
General Comments 0
You need to be logged in to leave comments.
Login now