add tests for get source location function

This commit is contained in:
Lars Berscheid
2020-06-30 09:25:02 +02:00
parent bb613e29ba
commit db4356b345
3 changed files with 29 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ TEST_CASE("templates") {
}
}
TEST_CASE("other-syntax") {
TEST_CASE("other syntax") {
json data;
data["name"] = "Peter";
data["city"] = "Brunswick";