More test cases to cover
Closed this issue · 1 comments
dwickstrom commented
tool.suggest_new_filename('foo.')
'foo#001'
tool.suggest_new_filename('foo#bar')
'foo#001'
dwickstrom commented
Done
Closed this issue · 1 comments
tool.suggest_new_filename('foo.')
'foo#001'
tool.suggest_new_filename('foo#bar')
'foo#001'
Done