diff --git a/ase/test/awk/cou-002.out b/ase/test/awk/cou-002.out index 83c57fa9..e8e10501 100644 --- a/ase/test/awk/cou-002.out +++ b/ase/test/awk/cou-002.out @@ -1,5 +1,5 @@ BEGIN { - __global7 = " "; + FS = " "; printf ("%10s %6s %5s %s\n\n","COUNTRY","AREA","POP","CONTINENT"); } diff --git a/ase/test/awk/cou-019.out b/ase/test/awk/cou-019.out index 28aca1ed..90fdcbc4 100644 --- a/ase/test/awk/cou-019.out +++ b/ase/test/awk/cou-019.out @@ -1,5 +1,5 @@ -(__global6 == 1),(__global6 == 5) { - print ((__global5 ": ") $0); +(FNR == 1),(FNR == 5) { + print ((FILENAME ": ") $0); } cou-en.data: USSR 8649 275 Asia diff --git a/ase/test/awk/cou-020.out b/ase/test/awk/cou-020.out index 0cfe1069..12deeda3 100644 --- a/ase/test/awk/cou-020.out +++ b/ase/test/awk/cou-020.out @@ -1,5 +1,5 @@ -(__global6 <= 5) { - print ((__global5 ": ") $0); +(FNR <= 5) { + print ((FILENAME ": ") $0); } cou-en.data: USSR 8649 275 Asia diff --git a/ase/test/awk/cou-022.out b/ase/test/awk/cou-022.out index 7d969ef0..b415ed26 100644 --- a/ase/test/awk/cou-022.out +++ b/ase/test/awk/cou-022.out @@ -1,5 +1,5 @@ BEGIN { - __global7 = __global13 = " "; + FS = OFS = " "; } ($4 == "North America") { diff --git a/ase/test/awk/cou-023.out b/ase/test/awk/cou-023.out index 58c0e251..853ae1e1 100644 --- a/ase/test/awk/cou-023.out +++ b/ase/test/awk/cou-023.out @@ -1,5 +1,5 @@ BEGIN { - __global7 = __global13 = " "; + FS = OFS = " "; } { diff --git a/ase/test/awk/cou-026.out b/ase/test/awk/cou-026.out index fcc41946..6d05a7e1 100644 --- a/ase/test/awk/cou-026.out +++ b/ase/test/awk/cou-026.out @@ -1,5 +1,5 @@ BEGIN { - __global7 = " "; + FS = " "; } { diff --git a/ase/test/awk/cou-027.out b/ase/test/awk/cou-027.out index 33dd0d84..57a4ae02 100644 --- a/ase/test/awk/cou-027.out +++ b/ase/test/awk/cou-027.out @@ -1,5 +1,5 @@ BEGIN { - __global7 = " "; + FS = " "; } {