*** empty log message ***
This commit is contained in:
parent
78c9110985
commit
67d8ee2458
4
ase/test/awk/err-020.awk
Normal file
4
ase/test/awk/err-020.awk
Normal file
@ -0,0 +1,4 @@
|
||||
BEGIN {
|
||||
print abc > "123\0abc";
|
||||
}
|
||||
|
4
ase/test/awk/err-021.awk
Normal file
4
ase/test/awk/err-021.awk
Normal file
@ -0,0 +1,4 @@
|
||||
BEGIN {
|
||||
xx = 20;
|
||||
split ("a b c", xx);
|
||||
}
|
6
ase/test/awk/err-021.out
Normal file
6
ase/test/awk/err-021.out
Normal file
@ -0,0 +1,6 @@
|
||||
BEGIN {
|
||||
xx = 20;
|
||||
split ("a b c",xx);
|
||||
}
|
||||
|
||||
RUN ERROR: CODE [99] LINE [3] cannot change a scalar value to a map
|
Loading…
x
Reference in New Issue
Block a user