microsoft / XLIFF2-Object-Model

If you’re looking to store localization data and propagate it through your localization pipeline allowing tools to interoperate then you may want to use the XLIFF 2.0 object model. The XLIFF 2.0 object model implements the OASIS Standard for the XLIFF 2.0 specification as defined at http://docs.oasis-open.org/xliff/xliff-core/v2.0/xliff-core-v2.0.html.
Other
86 stars 25 forks source link

Update version, fix unit test #18

Closed marcta76 closed 7 years ago

marcta76 commented 7 years ago

Update version from 1.0.1.0 to 1.0.2.0. Update unit test XliffReader_FullDocument. Previous commit broke the test because the XliffReader now always preserves whitespace so whitespace that was previously discarded is now saved as a PlainText element. Updated test to account for this.