aboutsummaryrefslogtreecommitdiffstats
path: root/test/lintold.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-25 19:47:26 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-25 19:47:26 +0200
commit6c93e97d0f76cb688543943f64f6154be3927de5 (patch)
tree14a8e0c6ea74b912ae9e284c61fe350ad6303b9d /test/lintold.awk
parent65cb787de1bec838e1f5ba529656f9b0f4e23c37 (diff)
parenteb3510d4e88710005ec1a9505755455523367682 (diff)
downloadegawk-6c93e97d0f76cb688543943f64f6154be3927de5.tar.gz
egawk-6c93e97d0f76cb688543943f64f6154be3927de5.tar.bz2
egawk-6c93e97d0f76cb688543943f64f6154be3927de5.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'test/lintold.awk')
-rw-r--r--test/lintold.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lintold.awk b/test/lintold.awk
index 698187a3..d312fc66 100644
--- a/test/lintold.awk
+++ b/test/lintold.awk
@@ -8,7 +8,7 @@ BEGIN {
if (2 in a)
a[2] **= 2;
if ((2,3) in a)
- a[2,3] ^= 2 ** 3 ^ 5;
+ a[2,3] ^= 2 ** 3 ^ 4;
}
BEGIN {
FS = "ab"