# HG changeset patch # User Matti Hamalainen # Date 1366138911 -10800 # Node ID d51dbf263a5905b3dc989603fd8fb5f0e2c4f17d # Parent 39c03b7dd8530c55ee9395923f86418853946d3e Another testcase. diff -r 39c03b7dd853 -r d51dbf263a59 tests/testeval.sh --- a/tests/testeval.sh Tue Apr 16 22:01:43 2013 +0300 +++ b/tests/testeval.sh Tue Apr 16 22:01:51 2013 +0300 @@ -23,6 +23,7 @@ 35&3 + 2 9+5&(3 + 7) (5*(7&3) + 1) +123045 >> 1 & 60 " | while read f; do if test "x$f" != "x"; then printf "#include \nint main(int argc, char *argv[])\n{\n (void) argc; (void) argv;\n printf(\"%%1.5f\\\\n\", (double) (%s));\n return 0;\n}\n" "$f" > "$CTEST.c"