1
0

test: scan

This commit is contained in:
2026-02-21 14:47:30 +02:00
parent 0f40f89cbb
commit 6a3a7541ea
6 changed files with 73 additions and 9 deletions

View File

@@ -11,8 +11,6 @@
#include "scan.hpp"
namespace wavefront {
scan_error::scan_error(const std::string &message) : std::runtime_error(message) {}
scan_result::scan_result() :
total_lines(0),
line_data(),