Skip to content

Commit 5df1bf6

Browse files
committed
tests/tex-outputs/pipe_input.tex: add this
1 parent 03f81c0 commit 5df1bf6

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

tests/tex-outputs.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,13 @@ fn pdfoutput() {
288288
TestCase::new("pdfoutput").go()
289289
}
290290

291+
#[test]
292+
fn pipe_input() {
293+
TestCase::new("pipe_input")
294+
.expect_msg("failed to open input file \"|pipeproblems\"")
295+
.go()
296+
}
297+
291298
#[test]
292299
fn png_formats() {
293300
TestCase::new("png_formats").check_pdf(true).go()

tests/tex-outputs/pipe_input.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**
2+
(pipe_input.tex
3+
Warning: piped inputs from external commands are not implemented in Tectonic

tests/tex-outputs/pipe_input.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
\input{|pipeproblems}
2+
\end

0 commit comments

Comments
 (0)