labels now allow underscored; bug fix

This commit is contained in:
cozis
2023-10-07 19:27:19 +02:00
parent 114c4c4a0b
commit 70dd14bcce
11 changed files with 303 additions and 9 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ typedef struct {
} tinytemplate_array_t;
typedef struct {
const char *str;
size_t len;
const char *str; size_t len;
} tinytemplate_string_t;
typedef union {