diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2021-10-06 21:27:16 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-06 21:27:16 +0000 |
| commit | 6f49f5cdde1c62c4e5a743e895f3afe592b5c0e5 (patch) | |
| tree | 638d9b77f65147c13d7a09f5b28e32076f72bbf3 /tests/bc/stdin2_results.txt | |
| parent | 5d58a51571721190681c50d4bd3a1f45e6282d72 (diff) | |
vendor/bc: update to version 5.1.1vendor/bc/5.1.1
This update fixes a parser issue, which in special situations could
reject syntactically correct if statements.
Diffstat (limited to 'tests/bc/stdin2_results.txt')
| -rw-r--r-- | tests/bc/stdin2_results.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/bc/stdin2_results.txt b/tests/bc/stdin2_results.txt index e8183f05f5db..43e2b02f53f2 100644 --- a/tests/bc/stdin2_results.txt +++ b/tests/bc/stdin2_results.txt @@ -1,3 +1,24 @@ 1 1 1 +2 +2 +2 +3 +3 +3 +3 +3 +3 +3 +3 +3 +4 +4 +4 +4 +4 +4 +4 +4 +4 |
