2014-10-02 22:59:24 +00:00
|
|
|
Testing -V
|
|
|
|
$foo: (1)
|
|
|
|
1: 'local foo'
|
|
|
|
$bar: (5)
|
|
|
|
1: 'one'
|
|
|
|
2: 'two 2'
|
|
|
|
3: ' '
|
|
|
|
4: ''
|
|
|
|
5: '3'
|
|
|
|
$baz: (0)
|
|
|
|
Testing -V with changed variables
|
|
|
|
$foo: (1)
|
|
|
|
1: 'local foo'
|
|
|
|
$bar: (5)
|
|
|
|
1: 'one'
|
|
|
|
2: 'two 2'
|
|
|
|
3: ' '
|
|
|
|
4: ''
|
|
|
|
5: '3'
|
|
|
|
$baz: (0)
|
2015-05-17 21:17:01 +00:00
|
|
|
Function name1 found
|
2016-11-17 06:00:33 +00:00
|
|
|
Function name2 not found as expected
|
2015-05-17 21:17:01 +00:00
|
|
|
Function name3 found
|
2016-11-17 06:00:33 +00:00
|
|
|
Function name4 not found as expected
|
2016-11-29 02:04:37 +00:00
|
|
|
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
|