1 2 3 4 5 6 7 8
#pragma once #include "TestUtils.hpp" #include "../src/Document.hpp" void test_inserted_text(); void test_data_erasing(); void test_text_erasing();