author | Ethan Lee <flibitijibibo@flibitijibibo.com> |
Wed, 26 Aug 2020 14:37:18 -0400 | |
changeset 1301 | 79bbc92200dc |
parent 961 | 57c151739a30 |
permissions | -rw-r--r-- |
961
57c151739a30
Added unit test for half-float suffix.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
1 |
// This should produce "10.05h" and not "10.05 h" |
57c151739a30
Added unit test for half-float suffix.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
2 |
10.05h |
57c151739a30
Added unit test for half-float suffix.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
3 |
// This should produce "10.05e10h" and not "10.05e10 h" |
57c151739a30
Added unit test for half-float suffix.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
4 |
10.05e10h |