From 193c81ed776dbca3683e3aee997a62dd2b500a4f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 24 Jan 2017 18:08:09 +0300 Subject: Adapt to file redirect syntax change --- tests/file/testscript | 28 ++++++++++++++-------------- tests/headings/testscript | 2 +- tests/toc/testscript | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'tests') diff --git a/tests/file/testscript b/tests/file/testscript index f64e15f..699f2f3 100644 --- a/tests/file/testscript +++ b/tests/file/testscript @@ -8,12 +8,12 @@ # eol = "" -+cat <>>empty.cli ++cat <=empty.cli # Empty options file. # EOI -+cat <>>base.cli ++cat <=base.cli -a 21 -b 21 EOI @@ -23,7 +23,7 @@ EOI : 000 : -cat <>>test.cli; +cat <=test.cli; -a 11 -b 11 -a 12 @@ -54,7 +54,7 @@ EOO : 001 : -cat <>>test.cli; +cat <=test.cli; # Empty options file. # @@ -70,7 +70,7 @@ EOO : 002 : -cat <>>test.cli; +cat <=test.cli; -a 11 -b 11 -- @@ -114,7 +114,7 @@ EOE : 004 : -cat <>>test.cli; +cat <=test.cli; -a a"b"c -a "abc" -a "a"b" @@ -170,7 +170,7 @@ EOO : 005 : -cat <>>test.cli; +cat <=test.cli; -a " EOI $* --file test.cli 2>>EOE @@ -179,7 +179,7 @@ EOE : 006 : -cat <>>test.cli; +cat <=test.cli; -a "abc EOI $* --file test.cli 2>>EOE @@ -188,7 +188,7 @@ EOE : 007 : -cat <>>test.cli; +cat <=test.cli; -a abc" EOI $* --file test.cli 2>>EOE @@ -197,7 +197,7 @@ EOE : 008 : -cat <>>test.cli; +cat <=test.cli; -a ' EOI $* --file test.cli 2>>EOE @@ -206,7 +206,7 @@ EOE : 009 : -cat <>>test.cli; +cat <=test.cli; -a 'abc EOI $* --file test.cli 2>>EOE @@ -215,7 +215,7 @@ EOE : 010 : -cat <>>test.cli; +cat <=test.cli; -a abc' EOI $* --file test.cli 2>>EOE @@ -224,7 +224,7 @@ EOE : 011 : -cat <>>test.cli; +cat <=test.cli; -a "abc' EOI $* --file test.cli 2>>EOE @@ -233,7 +233,7 @@ EOE : 012 : -cat <>>test.cli; +cat <=test.cli; -a 'abc" EOI $* --file test.cli 2>>EOE diff --git a/tests/headings/testscript b/tests/headings/testscript index 5923a90..5e03c4a 100644 --- a/tests/headings/testscript +++ b/tests/headings/testscript @@ -8,7 +8,7 @@ test = $effect($cli.path) : : Note that auto-headings break if we split into multiple doc strings. : -cat <>>map.cli; +cat <=map.cli; " \h1|Heading 1| diff --git a/tests/toc/testscript b/tests/toc/testscript index de588cf..5bac6fd 100644 --- a/tests/toc/testscript +++ b/tests/toc/testscript @@ -6,7 +6,7 @@ test = $effect($cli.path) : toc : -cat <>>toc.cli; +cat <=toc.cli; "\h1|Table of Contents|" "\$TOC$" -- cgit v1.1