Skip to content

Commit

Permalink
Prevent pipes from being active in ConTeXt
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Feb 1, 2023
1 parent 401b183 commit 291e388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/templates/context/input.tex.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
\input TEST_SETUP_FILENAME\relax
% Perform the test.
\starttext
\catcode"7C=12% Prevent pipes (U+007C) from being active in ConTeXt
\inputmarkdown{TEST_INPUT_FILENAME}%
\stoptext
1 change: 1 addition & 0 deletions tests/templates/context/verbatim.tex.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
\input TEST_SETUP_FILENAME\relax
% Perform the test.
\starttext
\catcode"7C=12% Prevent pipes (U+007C) from being active in ConTeXt
\startmarkdown
undivert(TEST_INPUT_FILENAME)dnl
\stopmarkdown
Expand Down

0 comments on commit 291e388

Please sign in to comment.