aboutsummaryrefslogtreecommitdiff
path: root/test/docx/golden/inline_formatting.docx
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-17 22:31:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-17 22:31:20 -0700
commitc3f9e8c12256d19ed6c89d15470945855ee16a94 (patch)
treec9fb8fb7b9bc6598770a4db6952f1afb381dc50b /test/docx/golden/inline_formatting.docx
parent613c070cbd10b791bd097acd1b6b693a1e46eba1 (diff)
downloadpandoc-c3f9e8c12256d19ed6c89d15470945855ee16a94.tar.gz
Docx writer: make nsid in abstractNum deterministic.
Previously we assigned a random number (though in a deterministic way). But changes in the random package mean we get different results now on different architectures, even with the same random seed. We don't need random values; so now we just assign a value based on the list number id, which is guaranteed to be unique to the list marker.
Diffstat (limited to 'test/docx/golden/inline_formatting.docx')
-rw-r--r--test/docx/golden/inline_formatting.docxbin10038 -> 10035 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx
index 8adf1cf75..8de3f70f6 100644
--- a/test/docx/golden/inline_formatting.docx
+++ b/test/docx/golden/inline_formatting.docx
Binary files differ