Added another comment
authorAlma Dejus <almde515@student.liu.se>
Wed, 11 Oct 2023 12:14:42 +0000 (14:14 +0200)
committerAlma Dejus <almde515@student.liu.se>
Wed, 11 Oct 2023 12:14:42 +0000 (14:14 +0200)
src/test.cc

index c5d2a20ceb40844b3978c302dba87a6826439b49..b037c80846dcd16d3850d629575ac68c564c56ef 100644 (file)
@@ -90,6 +90,7 @@ TEST_CASE("Noder")
 }
 TEST_CASE("Expression")
 {
+    // Added another comment
     Expression e{"(1+2)^3"};
 }
 TEST_CASE("Memory management")