Log Surgeon
Test & API docs
Loading...
Searching...
No Matches
test-reader-parser.cpp File Reference
#include <cstdint>
#include <cstring>
#include <map>
#include <string>
#include <string_view>
#include <unordered_map>
#include <utility>
#include <vector>
#include <log_surgeon/Constants.hpp>
#include <log_surgeon/Lexer.hpp>
#include <log_surgeon/LogEvent.hpp>
#include <log_surgeon/LogParser.hpp>
#include <log_surgeon/Reader.hpp>
#include <log_surgeon/ReaderParser.hpp>
#include <log_surgeon/Schema.hpp>
#include <log_surgeon/SchemaParser.hpp>
#include <log_surgeon/types.hpp>
#include <catch2/catch_test_macros.hpp>
#include <fmt/format.h>

Functions

void single_line_without_capture_reader_parser ()
 Tests the reader parser behavior when parsing variables without capture groups.
void reader_parser_wrap_around ()
 Tests the reader parser behavior when parsing variables without capture groups.