projects
/
TDDC76.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
efa2627
b58fae2
)
merged and fixed conflict
author
Alma Dejus
<almde515@student.liu.se>
Wed, 11 Oct 2023 12:15:59 +0000
(14:15 +0200)
committer
Alma Dejus
<almde515@student.liu.se>
Wed, 11 Oct 2023 12:15:59 +0000
(14:15 +0200)
1
2
src/test.cc
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/test.cc
index b037c80846dcd16d3850d629575ac68c564c56ef,fef23fddc14cbf31f0bf084b1b198c38f8cf76b5..ce8e8ba45f974916c28795f5d177f408ac87f382
---
1
/
src/test.cc
---
2
/
src/test.cc
+++ b/
src/test.cc
@@@
-90,7
-90,7
+90,11
@@@
TEST_CASE("Noder"
}
TEST_CASE("Expression")
{
++<<<<<<< HEAD
+ // Added another comment
++=======
+ //Added a comment
++>>>>>>> b58fae269fcfa155b9a9dd2c2df54e4f264fb325
Expression e{"(1+2)^3"};
}
TEST_CASE("Memory management")