refactor: move html_util into legacy core library
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <Arduino.h>
|
||||
#include <unity.h>
|
||||
#include "dd3_legacy_core.h"
|
||||
#include "html_util.h"
|
||||
|
||||
static void test_html_escape_basic() {
|
||||
@@ -121,6 +122,7 @@ static void test_sanitize_device_id_rejects_invalid() {
|
||||
}
|
||||
|
||||
void setup() {
|
||||
dd3_legacy_core_force_link();
|
||||
UNITY_BEGIN();
|
||||
RUN_TEST(test_html_escape_basic);
|
||||
RUN_TEST(test_html_escape_adversarial);
|
||||
|
||||
Reference in New Issue
Block a user