diff options
| author | John MacFarlane <[email protected]> | 2023-02-01 09:17:45 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-02-01 09:17:45 -0800 |
| commit | 58dfc3115ad920081d14614847446e694f7256cf (patch) | |
| tree | 38abe66e776ef070397402a64da86887340d3920 /test/command | |
| parent | 8fc4fc66a31a7a13db9072ebdf0c3f017d6ec51e (diff) | |
Add some diagnostics to newif test.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/newif.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/command/newif.md b/test/command/newif.md index f444f14c9..730f969f0 100644 --- a/test/command/newif.md +++ b/test/command/newif.md @@ -5,26 +5,26 @@ should print \iftrue should print \else -should not print +should not print A \fi \else -should not print +should not print B \fi \iffalse -should not print +should not print C \else \iftrue should print \else -should not print +should not print D \fi \fi \newif\ifepub \ifepub -should not print +should not print E \fi \epubtrue @@ -32,13 +32,13 @@ should not print \ifepub should print \else -should not print +should not print F \fi \epubfalse \ifepub -should not print +should not print G \else should print \fi |
