mirror of
https://github.com/pantor/inja.git
synced 2026-04-04 15:18:53 +00:00
fix strings in test, make more methods private
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
|
||||
|
||||
TEST_CASE("source location") {
|
||||
std::string content = R"DELIM(Lorem Ipsum
|
||||
std::string content = R""""(Lorem Ipsum
|
||||
Dolor
|
||||
Amid
|
||||
Set ().$
|
||||
Try this
|
||||
|
||||
)DELIM";
|
||||
)"""";
|
||||
|
||||
CHECK(inja::get_source_location(content, 0).line == 1);
|
||||
CHECK(inja::get_source_location(content, 0).column == 1);
|
||||
|
||||
Reference in New Issue
Block a user