diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-01 10:19:35 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-01 10:19:35 +0300 |
commit | 00d8cf5ca447dc385a869621e97d67b3f3bca80a (patch) | |
tree | 795f0008c34cb148166c36cc76f184891f2a2343 /test/ordchr.awk | |
parent | 495723fa5d2c0512987f7b8f33260f0c63660fd5 (diff) | |
parent | 99a610a84bb5f25e8105f65d928a772da3a66d5f (diff) | |
download | egawk-00d8cf5ca447dc385a869621e97d67b3f3bca80a.tar.gz egawk-00d8cf5ca447dc385a869621e97d67b3f3bca80a.tar.bz2 egawk-00d8cf5ca447dc385a869621e97d67b3f3bca80a.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'test/ordchr.awk')
-rw-r--r-- | test/ordchr.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ordchr.awk b/test/ordchr.awk index 0295105e..5d6ffe9f 100644 --- a/test/ordchr.awk +++ b/test/ordchr.awk @@ -7,4 +7,5 @@ BEGIN { # test if type conversion between strings and numbers is working properly print chr(ord(0)) print ord(chr("65")) + print ord(chr("159")) } |