| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b2fb01a commit 4ae6130
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,6 +48,7 @@ testUint32(4294967295); | |||
| 48 | 48 | testUint32(4294967296, 0); | |
| 49 | 49 | testUint32(4294967297, 1); | |
| 50 | 50 | testUint32(17 * 4294967296 + 1, 1); | |
| 51 | + testUint32(-1, 0xffffffff); | ||
| 51 | 52 | ||
| 52 | 53 | // Validate documented behavior when value is retrieved as 32-bit integer with | |
| 53 | 54 | // `napi_get_value_int32` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments