updated FIXES, added getline corruption tests
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user