diff options
-rw-r--r-- | mod/tex/context/third/rst/rst_parser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua index 4289941..045d322 100644 --- a/mod/tex/context/third/rst/rst_parser.lua +++ b/mod/tex/context/third/rst/rst_parser.lua @@ -1383,7 +1383,7 @@ do function file_helpers.expandtab (raw) position = 1 - p_expand:match(raw) + return p_expand:match(raw) end end |