Token refactor and better logs
This commit is contained in:
@@ -33,4 +33,9 @@ void assert_not_null(void* ptr, const char* msg);
|
||||
*/
|
||||
void assert_str(const char* expected, const char* actual, const char* msg);
|
||||
|
||||
/**
|
||||
* Asserts that the logged output matches the expected value.
|
||||
*/
|
||||
void assert_log(const char* expected, const char* msg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user