updated FIXES, added getline corruption tests

This commit is contained in:
ozan yigit 2021-11-03 22:34:20 -04:00
parent 1debe1993f
commit 14c3fe42d2
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
BEGIN {
getline l
getline l
print (s=substr(l,1,10)) " len=" length(s)
}

View File

@ -0,0 +1 @@
a

View File

@ -0,0 +1 @@
a len=1