# HG changeset patch # User Paul Boddie # Date 1633276377 -7200 # Node ID ccba949fbb689242ccd6018d22bb3c5e6642af88 # Parent 8f7b1e8e5deb8e0d60195b2d329ed8617233ae0e Support invalidation of the input context when the input separator changes. diff -r 8f7b1e8e5deb -r ccba949fbb68 moinformat/metadata.py --- a/moinformat/metadata.py Sat Nov 28 18:36:46 2020 +0100 +++ b/moinformat/metadata.py Sun Oct 03 17:52:57 2021 +0200 @@ -3,7 +3,7 @@ """ Metadata for document conversion. -Copyright (C) 2018, 2019 Paul Boddie +Copyright (C) 2018, 2019, 2021 Paul Boddie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -45,6 +45,7 @@ effects = { "input_context" : "input", "input_format" : "parser", + "input_separator" : "input", "link_format" : "linker", "output_context" : "output", "output_format" : "serialiser",