Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Reformatting a few test cases for clarity. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | hex-literal |
Files: | files | file ages | folders |
SHA1: |
7e1bbacb11a4689b69856450125cae3d |
User & Date: | drh 2014-07-23 01:59:47.721 |
Context
2014-07-23
| ||
02:07 | Casting hex literals directly from string to float always results in a positive number. (check-in: 4b86ccdf4f user: drh tags: hex-literal) | |
01:59 | Reformatting a few test cases for clarity. (check-in: 7e1bbacb11 user: drh tags: hex-literal) | |
01:56 | Test cases for hex literals. (check-in: 19054339c4 user: drh tags: hex-literal) | |
Changes
Changes to test/hexlit.test.
︙ | ︙ | |||
138 139 140 141 142 143 144 | hexlit2 324 0x1000000000000000000000000 7.922816e+28 hexlit2 325 0x10000000000000000000000000 1.267651e+30 hexlit2 326 0x100000000000000000000000000 2.028241e+31 hexlit2 327 0x1000000000000000000000000000 3.245186e+32 hexlit2 328 0x10000000000000000000000000000 5.192297e+33 hexlit2 329 0x100000000000000000000000000000 8.307675e+34 | | | | | | 138 139 140 141 142 143 144 145 146 147 148 149 150 | hexlit2 324 0x1000000000000000000000000 7.922816e+28 hexlit2 325 0x10000000000000000000000000 1.267651e+30 hexlit2 326 0x100000000000000000000000000 2.028241e+31 hexlit2 327 0x1000000000000000000000000000 3.245186e+32 hexlit2 328 0x10000000000000000000000000000 5.192297e+33 hexlit2 329 0x100000000000000000000000000000 8.307675e+34 hexlit2 400 0x07fffffffffffffff 9.223372e+18 hexlit2 401 0x08000000000000000 -9.223372e+18 hexlit2 402 0x0ffffffffffffffff -1.000000e+00 hexlit2 403 0x10000000000000000 1.844674e+19 finish_test |