*** empty log message ***

This commit is contained in:
2006-09-27 14:14:47 +00:00
parent c0256dbedb
commit 92263e8913
7 changed files with 235 additions and 199 deletions

3
ase/test/awk/t48.awk Normal file
View File

@@ -0,0 +1,3 @@
BEGIN {
print ("xx" in j);
}