##// END OF EJS Templates
Removed decorative quotes in cmd causing 'commented_nargs' test to fail
Thomas Adriaan Hellinger -
Show More
@@ -53,7 +53,7 b' def test_alias_args_commented_nargs():'
53 53 """Check that alias correctly counts args, excluding those commented out"""
54 54 am = _ip.alias_manager
55 55 alias_name = 'comargcount'
56 cmd = 'echo this is %%s a "commented out" arg and this is not %s'
56 cmd = 'echo this is %%s a commented out arg and this is not %s'
57 57
58 58 am.define_alias(alias_name, cmd)
59 59 assert am.is_alias(alias_name)
General Comments 0
You need to be logged in to leave comments. Login now