restructured regression test scripts for awk
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# cannot use function name as a parameter name
|
||||
# cannot use function name as a parameter name
|
||||
# unless QSE_AWK_STRICTNAMING is off
|
||||
function f(f) { print f; }
|
||||
BEGIN { f("hello"); }
|
||||
|
Reference in New Issue
Block a user