updated FIXES, added getline corruption tests
This commit is contained in:
parent
1debe1993f
commit
14c3fe42d2
5
bugs-fixed/getline-corruption.awk
Normal file
5
bugs-fixed/getline-corruption.awk
Normal file
@ -0,0 +1,5 @@
|
||||
BEGIN {
|
||||
getline l
|
||||
getline l
|
||||
print (s=substr(l,1,10)) " len=" length(s)
|
||||
}
|
1
bugs-fixed/getline-corruption.in
Normal file
1
bugs-fixed/getline-corruption.in
Normal file
@ -0,0 +1 @@
|
||||
a
|
1
bugs-fixed/getline-corruption.ok
Normal file
1
bugs-fixed/getline-corruption.ok
Normal file
@ -0,0 +1 @@
|
||||
a len=1
|
Loading…
Reference in New Issue
Block a user