*** empty log message ***

This commit is contained in:
2006-12-04 06:28:56 +00:00
parent a38e6e5ba8
commit 9ada8cc5af
9 changed files with 10 additions and 1 deletions

1
ase/test/awk/cou-004.awk Normal file
View File

@ -0,0 +1 @@
$0 >= "M"

1
ase/test/awk/cou-005.awk Normal file
View File

@ -0,0 +1 @@
$1 < $4

1
ase/test/awk/cou-006.awk Normal file
View File

@ -0,0 +1 @@
$2 < $3

1
ase/test/awk/cou-007.awk Normal file
View File

@ -0,0 +1 @@
/Asia/

1
ase/test/awk/cou-008.awk Normal file
View File

@ -0,0 +1 @@
$4 ~ /Asia/

1
ase/test/awk/cou-009.awk Normal file
View File

@ -0,0 +1 @@
$4 !~ /Asia/

1
ase/test/awk/cou-010.awk Normal file
View File

@ -0,0 +1 @@
$0 ~ /Asia/

1
ase/test/awk/cou-011.awk Normal file
View File

@ -0,0 +1 @@
$2 !~ /^[0-9]+$]/