File tree Expand file tree Collapse file tree
core/rio/turtle/src/test/java/org/eclipse/rdf4j/rio/turtle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -725,10 +725,7 @@ public void testBlankNodeInlining_indirectCircularReferenceWithIRI() throws Exce
725725 }
726726
727727 @ Test
728- <<<<<<< HEAD
729- public void testIgnoreAbbreviateNumbers () {
730- =======
731- public void testIriNamespace () throws Exception {
728+ public void testIriNamespace () {
732729 Model model = new DynamicModelFactory ().createEmptyModel ();
733730 String prefix = "foo-bar" ;
734731 String ns = "foo:this.is.my.bar." ;
@@ -742,8 +739,7 @@ public void testIriNamespace() throws Exception {
742739 }
743740
744741 @ Test
745- public void testIgnoreAbbreviateNumbers () throws Exception {
746- >>>>>>> main
742+ public void testIgnoreAbbreviateNumbers () {
747743 StringWriter sw = new StringWriter ();
748744
749745 WriterConfig config = new WriterConfig ();
You can’t perform that action at this time.
0 commit comments