19
19
#include " ../src/xmagics/os.hpp"
20
20
#include " ../src/xinspect.hpp"
21
21
22
- <<<<<<< HEAD
23
- #include < iostream>
24
22
25
- =======
23
+ # include < iostream >
26
24
#include < pugixml.hpp>
27
- >>>>>>> 28d397a (Update tags definition, add tests for xmanager, xinspect)
28
25
#include < fstream>
29
26
#if defined(__GNUC__) && !defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
30
27
#include < sys/wait.h>
@@ -682,9 +679,7 @@ TEST_SUITE("xmagics_apply"){
682
679
manager.apply (" %dummy" , kernel_res);
683
680
REQUIRE (kernel_res[" status" ] == " error" );
684
681
}
685
- <<<<<<< HEAD
686
682
687
- <<<<<<< HEAD
688
683
TEST_CASE (" good_status_line" ) {
689
684
690
685
xcpp::xpreamble_manager preamble_manager;
@@ -726,7 +721,6 @@ TEST_SUITE("xmagics_apply"){
726
721
REQUIRE (redirect.getCaptured () == " UsageError: %%test is a cell magic, but the cell body is empty.\n "
727
722
" If you only intend to display %%test help, please use a double line break to fill in the cell body.\n " );
728
723
}
729
- =======
730
724
TEST_CASE (" cell magic with empty cell body" ) {
731
725
xcpp::xmagics_manager manager;
732
726
@@ -741,10 +735,6 @@ TEST_SUITE("xmagics_apply"){
741
735
" If you only intend to display %%test help, please use a double line break to fill in the cell body.\n " );
742
736
743
737
}
744
-
745
- >>>>>>> 28d397a (Update tags definition, add tests for xmanager, xinspect)
746
- =======
747
- >>>>>>> e833faf (Remove test for xmagics)
748
738
}
749
739
750
740
#if defined(__GNUC__) && !defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
0 commit comments