*** empty log message ***

This commit is contained in:
2006-10-02 14:54:32 +00:00
parent c569bd886b
commit 9a78805acc
5 changed files with 158 additions and 53 deletions

5
ase/test/awk/t49.awk Normal file
View File

@ -0,0 +1,5 @@
BEGIN { OFS=":"; }
{
print $5 = "abc";
print $0;
}