diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-28 22:23:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-28 22:23:36 +0300 |
commit | 49e523a61a7092a890622e5df18d3503c071d889 (patch) | |
tree | 712bb789e6d106345675860a14514128b96f79bc /test/typedregex1.awk | |
parent | 056cd074c60d940d5bb46410f114a6c2584daaae (diff) | |
parent | 2befea585a321d9d092bfb99cbfa65350a839752 (diff) | |
download | egawk-49e523a61a7092a890622e5df18d3503c071d889.tar.gz egawk-49e523a61a7092a890622e5df18d3503c071d889.tar.bz2 egawk-49e523a61a7092a890622e5df18d3503c071d889.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'test/typedregex1.awk')
-rw-r--r-- | test/typedregex1.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typedregex1.awk b/test/typedregex1.awk index fc8ba805..f308a335 100644 --- a/test/typedregex1.awk +++ b/test/typedregex1.awk @@ -69,7 +69,7 @@ function simple_tests( fbre, numresult, strresult) else print "conversion to number: fail" - if (typeof(fbre) == "scalar_n") + if (typeof(fbre) == "number") print "typeof variable after conversion: ok" else print "typeof variable after conversion: fail" |