fix functions --copy

Fixes #3601
This commit is contained in:
Kurtis Rader
2016-11-28 18:04:37 -08:00
parent 1ca1667786
commit 7cfe028b9d
3 changed files with 26 additions and 3 deletions

View File

@@ -22,3 +22,12 @@ Function name1 found
Function name2 not found as expected
Function name3 found
Function name4 not found as expected
Checking that the copied functions are identical other than the name
1c1
< function name1 --argument arg1 arg2
---
> function name1a --argument arg1 arg2
1c1
< function name3 --argument arg1 arg2
---
> function name3a --argument arg1 arg2