2014-10-02 15:59:24 -07:00
|
|
|
Testing -V
|
2017-07-19 22:42:52 -07:00
|
|
|
$foo count=1
|
|
|
|
$foo[1]=|local foo|
|
|
|
|
$bar count=5
|
|
|
|
$bar[1]=|one|
|
|
|
|
$bar[2]=|two 2|
|
|
|
|
$bar[3]=| |
|
|
|
|
$bar[4]=||
|
|
|
|
$bar[5]=|3|
|
|
|
|
$baz count=0
|
2014-10-02 15:59:24 -07:00
|
|
|
Testing -V with changed variables
|
2017-07-19 22:42:52 -07:00
|
|
|
$foo count=1
|
|
|
|
$foo[1]=|local foo|
|
|
|
|
$bar count=5
|
|
|
|
$bar[1]=|one|
|
|
|
|
$bar[2]=|two 2|
|
|
|
|
$bar[3]=| |
|
|
|
|
$bar[4]=||
|
|
|
|
$bar[5]=|3|
|
|
|
|
$baz count=0
|
2015-05-17 14:17:01 -07:00
|
|
|
Function name1 found
|
2016-11-16 22:00:33 -08:00
|
|
|
Function name2 not found as expected
|
2015-05-17 14:17:01 -07:00
|
|
|
Function name3 found
|
2016-11-16 22:00:33 -08:00
|
|
|
Function name4 not found as expected
|
2016-11-28 18:04:37 -08: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
|