We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f81c0 commit 5df1bf6Copy full SHA for 5df1bf6
3 files changed
tests/tex-outputs.rs
@@ -288,6 +288,13 @@ fn pdfoutput() {
288
TestCase::new("pdfoutput").go()
289
}
290
291
+#[test]
292
+fn pipe_input() {
293
+ TestCase::new("pipe_input")
294
+ .expect_msg("failed to open input file \"|pipeproblems\"")
295
+ .go()
296
+}
297
+
298
#[test]
299
fn png_formats() {
300
TestCase::new("png_formats").check_pdf(true).go()
tests/tex-outputs/pipe_input.log
@@ -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
@@ -0,0 +1,2 @@
+\input{|pipeproblems}
+\end
0 commit comments