diff options
-rw-r--r-- | luatexbase-mcb.dtx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luatexbase-mcb.dtx b/luatexbase-mcb.dtx index 532cfbb..df95170 100644 --- a/luatexbase-mcb.dtx +++ b/luatexbase-mcb.dtx @@ -988,6 +988,7 @@ luatexbase.add_to_callback("hpack_filter", sample, "sample two", 2) luatexbase.add_to_callback("hpack_filter", sample, "sample three", 1) assert(prio("hpack_filter", "sample three")) assert(is_active("hpack_filter", "sample three") == true) +assert(#luatexbase.callback_descriptions("hpack_filter") == 3) luatexbase.remove_from_callback("hpack_filter", "sample three") assert(not prio("hpack_filter", "sample three")) assert(is_active("hpack_filter", "sample three") == false) |