Refactor HandleHexStringParams to modify hex string directly and add hex_test for comprehensive testing of hex conversion functions with various prefixes.

This commit is contained in:
scawful
2025-05-03 14:09:35 -04:00
parent 95ff46a73f
commit 6e09630733
3 changed files with 108 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ add_executable(
yaze_test.cc
rom_test.cc
test_editor.cc
hex_test.cc
gfx/compression_test.cc
gfx/snes_palette_test.cc
zelda3/message_test.cc