diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-26 12:46:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-26 12:46:54 +0300 |
commit | 8a4905be350313d41f6c0b20497809760d7fa84e (patch) | |
tree | 0169eb762b2175202db1c9cd889a2b2bc8bbb4bc /test/typeof1.ok | |
parent | 0a2de15cba710ff67107bc340950515e1a29edb5 (diff) | |
download | egawk-8a4905be350313d41f6c0b20497809760d7fa84e.tar.gz egawk-8a4905be350313d41f6c0b20497809760d7fa84e.tar.bz2 egawk-8a4905be350313d41f6c0b20497809760d7fa84e.zip |
Improve values returned by typeof. Fix tests and doc.
Diffstat (limited to 'test/typeof1.ok')
-rw-r--r-- | test/typeof1.ok | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/typeof1.ok b/test/typeof1.ok index 3a2f6a92..132cc24e 100644 --- a/test/typeof1.ok +++ b/test/typeof1.ok @@ -1,7 +1,7 @@ -scalar_n +number untyped regexp -scalar_s -array scalar_n +string +array number regexp regexp |