some fixes

This commit is contained in:
jorenchik
2024-11-16 17:47:43 +02:00
parent f99d44b69e
commit fea07b031e
5 changed files with 31 additions and 36 deletions

View File

@@ -231,6 +231,8 @@ Result<std::vector<Token>> tokenizeMdem(const std::string& content) {
previousRow = row;
previousColumn = column;
textStarted = false;
} break;
default:{
} break;
}