diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-12-22 22:01:30 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-22 22:01:30 -0800 |
commit | 71fab252d5d6066fb6be585246738773121bee5f (patch) | |
tree | f9dd1d50bce313e65bf9d37e9970f4a0c9f679d5 /test/docx/track_changes_move_all.native | |
parent | 7ba55d74057c58b1108afb2404ffa6f2937ebb96 (diff) | |
download | pandoc-71fab252d5d6066fb6be585246738773121bee5f.tar.gz |
Ensure that later default file values for `variable` replace earlier ones.
The semigroup instance for doctemplates Context does a left-biased
union on the underlying Map. That means that if you union
`{a: 1}` and `{a: 2}`, you get `{a: 1}`. This commit causes
pandoc to do the operation in the opposite order, so that later
default files take precedence in the values they assign to
keys.
See #5988.
Diffstat (limited to 'test/docx/track_changes_move_all.native')
0 files changed, 0 insertions, 0 deletions