From eb26b59b7df9fcb9de6fb08b313ed97d3325bacb Mon Sep 17 00:00:00 2001 From: vHeemstra <17368112+vHeemstra@users.noreply.github.com> Date: Tue, 7 Jun 2022 03:17:35 +0200 Subject: [PATCH] Update index.js --- src/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index f539fb0..b1ca5d9 100644 --- a/src/index.js +++ b/src/index.js @@ -7,8 +7,10 @@ const the_module = module.exports = fillPotPo; the_module.sync = fillPotPoSync; -// Default options for generating PO files -// used in tests as the correct ones. +/* + * Default content-related options for generating PO files. + * Use these when generating and testing PO files to ensure a proper comparison. +*/ the_module.testOptions = { wrapLength: 77, defaultContextAsFallback: true,