diff options
Diffstat (limited to 'testsuite/awk.tests')
-rwxr-xr-x | testsuite/awk.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests index b3c076e4b..aa386361f 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests | |||
@@ -20,6 +20,7 @@ testing "awk -F case 7" "awk -F '[#]' '{ print NF }'" "5\n" "" "z##abc##zz\n" | |||
20 | testing "awk bitwise op" "awk '{ print or(4294967295,1) }'" "4.29497e+09\n" "" "\n" | 20 | testing "awk bitwise op" "awk '{ print or(4294967295,1) }'" "4.29497e+09\n" "" "\n" |
21 | testing "awk hex const 1" "awk '{ print or(0xffffffff,1) }'" "4.29497e+09\n" "" "\n" | 21 | testing "awk hex const 1" "awk '{ print or(0xffffffff,1) }'" "4.29497e+09\n" "" "\n" |
22 | testing "awk hex const 2" "awk '{ print or(0x80000000,1) }'" "2.14748e+09\n" "" "\n" | 22 | testing "awk hex const 2" "awk '{ print or(0x80000000,1) }'" "2.14748e+09\n" "" "\n" |
23 | testing "awk oct const" "awk '{ print or(01234,1) }'" "669\n" "" "\n" | ||
23 | 24 | ||
24 | tar xjf awk_t1.tar.bz2 | 25 | tar xjf awk_t1.tar.bz2 |
25 | testing "awk 'gcc build bug'" \ | 26 | testing "awk 'gcc build bug'" \ |