enhanced record reading further
This commit is contained in:
2
qse/regress/awk/lang-044.awk
Normal file
2
qse/regress/awk/lang-044.awk
Normal file
@ -0,0 +1,2 @@
|
||||
BEGIN { RS=""; }
|
||||
{ print "[" $0 "]"; }
|
11
qse/regress/awk/lang-044.dat
Normal file
11
qse/regress/awk/lang-044.dat
Normal file
@ -0,0 +1,11 @@
|
||||
abc
|
||||
this is the second line
|
||||
|
||||
def
|
||||
vwxyz
|
||||
this is the second second line
|
||||
|
||||
|
||||
|
||||
ttttt
|
||||
killer
|
@ -166,6 +166,7 @@ PROGS="
|
||||
lang-041.awk!!!--newline=on -o-
|
||||
lang-042.awk!!!--newline=on -o-
|
||||
lang-043.awk!lang-043.dat!!--newline=on -o-
|
||||
lang-044.awk!lang-044.dat!!--newline=on -o-
|
||||
|
||||
columnate.awk!./passwd.dat!!--newline=on -F:
|
||||
levenshtein-utests.awk!!!--newline=on --include=on
|
||||
|
Reference in New Issue
Block a user