We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8317516 commit 9b6abe2Copy full SHA for 9b6abe2
1 file changed
app/src/androidTest/java/at/tomtasche/reader/test/CoreTest.java
@@ -87,7 +87,7 @@ public void test() {
87
File resultFile = new File(cacheDir, "result");
88
coreOptions.outputPath = resultFile.getPath();
89
90
- String htmlDiff = "{\"modifiedText\":{\"3\":\"This is a simple test document to demonstrate the DocumentLoadewwwwr example!\"}}";
+ String htmlDiff = "{\"modifiedText\":{\"/column:2/column:0\":\"This is a simple testooo document to demonstrate the DocumentLoader example!\"}}";
91
92
CoreWrapper.CoreResult result = CoreWrapper.backtranslate(coreOptions, htmlDiff);
93
Assert.assertEquals(0, result.errorCode);
0 commit comments