*** empty log message ***

This commit is contained in:
2006-08-25 03:31:09 +00:00
parent 503a24f5c1
commit 2cebde672f
3 changed files with 45 additions and 33 deletions

2
ase/test/awk/t32.awk Normal file
View File

@@ -0,0 +1,2 @@
BEGIN { RS = ""; }
{ print "record: ", $0; }