Skip to content

Commit

Permalink
Added unit test for half-float suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 22, 2010
1 parent e24580a commit 2685d4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unit_tests/preprocessor/output/float-half-suffix
@@ -0,0 +1,4 @@
// This should produce "10.05h" and not "10.05 h"
10.05h
// This should produce "10.05e10h" and not "10.05e10 h"
10.05e10h
1 change: 1 addition & 0 deletions unit_tests/preprocessor/output/float-half-suffix.correct
@@ -0,0 +1 @@
10.05h 10.05e10h

0 comments on commit 2685d4c

Please sign in to comment.