mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
write unit tests for resplit, fix some issues with resplit
This commit is contained in:
@@ -17,6 +17,11 @@ public:
|
||||
strcpy(data_, data);
|
||||
return data_;
|
||||
}
|
||||
|
||||
char* append(const char* data) {
|
||||
strcat(data_, data);
|
||||
return data_;
|
||||
}
|
||||
};
|
||||
|
||||
[[maybe_unused]] inline buffer buff;
|
||||
|
||||
Reference in New Issue
Block a user