File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,19 +150,19 @@ assertThat(createDocument(), valid(Input.fromFile("local.xsd")));
150150
151151XMLUnit requires Java6.
152152
153- The ` core ` library of provides all functionality needed to test XML
153+ The ` core ` library provides all functionality needed to test XML
154154output and hasn't got any dependencies. It uses JUnit 4.x for its own
155155tests.
156156
157- The core library is complemented by Hamcrest matchers. There also
157+ The core library is complemented by Hamcrest 1.x matchers. There also
158158exists a ` legacy ` project that provides the API of XMLUnit 1.x on top
159159of the 2.x core library.
160160
161161## Checking out XMLUnit for Java
162162
163163XMLUnit for Java uses a git submodule for test resources it shares
164164with XMLUnit.NET. You can either clone this repository using `git
165- clone --recursive` or run ` git submodule update --init` after inside
165+ clone --recursive` or run ` git submodule update --init` inside
166166your fresh working copy after cloning normally.
167167
168168If you have checked out a working copy before we added the submodule,
You can’t perform that action at this time.
0 commit comments