[ox/std] Add UUID str conv test and fix bugs found

This commit is contained in:
2023-02-12 20:38:29 -06:00
parent 1b7b6e306e
commit 54eebf81da
4 changed files with 36 additions and 15 deletions

View File

@@ -21,3 +21,4 @@ add_test("[ox/std] BufferWriter" StdTest "BufferWriter")
add_test("[ox/std] StringSplit" StdTest "StringSplit")
add_test("[ox/std] FromHex" StdTest "FromHex")
add_test("[ox/std] ToHex" StdTest "ToHex")
add_test("[ox/std] UUID" StdTest "UUID")