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 --- unit-tests/lexer/testscript | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'unit-tests/lexer/testscript') diff --git a/unit-tests/lexer/testscript b/unit-tests/lexer/testscript index 8b0d8a5..4c2671b 100644 --- a/unit-tests/lexer/testscript +++ b/unit-tests/lexer/testscript @@ -7,7 +7,7 @@ : 000 : -cat <>>test.cli; +cat <=test.cli; help help-me -h @@ -37,7 +37,7 @@ EOO : 001 : -cat <>>test.cli; +cat <=test.cli; 5 123456 -12345 @@ -56,7 +56,7 @@ EOO : 002 : -cat <>>test.cli; +cat <=test.cli; 'a' '\n' '\\' @@ -78,7 +78,7 @@ EOO : 003 : -cat <>>test.cli; +cat <=test.cli; "abc"; "a\nb"; "abc\\"; @@ -122,7 +122,7 @@ EOO : 004 : -cat <>>test.cli; +cat <=test.cli; include "foo/abc.hxx"; include ; include "c++:map"; @@ -149,7 +149,7 @@ EOO : 005 : -cat <>>test.cli; +cat <=test.cli; (abc, 123 - 345, 12.34) EOI @@ -161,7 +161,7 @@ EOO : 006 : -cat <>>test.cli; +cat <=test.cli; // c++ comment ; /* c comment ; */ ; -- cgit v1.1