Project

General

Profile

« Previous | Next » 

Revision 46144

Branch for migrating to Saxon HE

View differences:

IndentXmlStringTest.java
1 1
package eu.dnetlib.miscutils.functional.xml;
2 2

  
3
import org.junit.Before;
4 3
import org.junit.Test;
5 4

  
6 5
public class IndentXmlStringTest {
7 6

  
8
	@Before
9
	public void setUp() throws Exception {
10
		
11
	}
12

  
13 7
	@Test
14 8
	public void testEvaluate() {
15 9
		String indented = new XMLIndenter().apply("<root><a/><b>Ciao</b></root>");

Also available in: Unified diff