From 81fae63a5429266fd04c25a8da8fa442eee8c788 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 14 Nov 2019 18:42:55 -0800 Subject: Change optInputFiles to a `Maybe [FilePath]`. `Nothing` means: nothing specified. `Just []` means: an empty list specified (e.g. in defaults). Potentially these could lead to different behavior: see #5888. --- test/command/lua-pandoc-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/command/lua-pandoc-state.md b/test/command/lua-pandoc-state.md index 2aece619b..e56d75af5 100644 --- a/test/command/lua-pandoc-state.md +++ b/test/command/lua-pandoc-state.md @@ -2,7 +2,7 @@ % pandoc --lua-filter=command/lua-pandoc-state.lua --data-dir=foo Hello ^D - # input files: 0 + # input files: 1 output file: nil # request header: 0 resource path: . -- cgit v1.2.3