mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-19 19:35:02 +00:00
Use proper encoding to write docs test snippets
This commit is contained in:
parent
113e239e0f
commit
9fbbd73de1
@ -199,7 +199,7 @@ public class RestTestsFromSnippetsTask extends SnippetsTask {
|
|||||||
|
|
||||||
// Now setup the writer
|
// Now setup the writer
|
||||||
Files.createDirectories(dest.parent)
|
Files.createDirectories(dest.parent)
|
||||||
current = dest.newPrintWriter()
|
current = dest.newPrintWriter('UTF-8')
|
||||||
}
|
}
|
||||||
|
|
||||||
void finishLastTest() {
|
void finishLastTest() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user