*** empty log message ***

This commit is contained in:
2006-09-12 15:22:04 +00:00
parent 241470730d
commit 593c0ee800
3 changed files with 16 additions and 5 deletions

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

@@ -0,0 +1,2 @@
#BEGIN { t = "abc"; gsub ("abc", "[&]", t); print t; }
{ gsub ("abc", "ABC"); print $0; }