Skip to content
Snippets Groups Projects
Commit 99f060d7 authored by Oliver Heidmann's avatar Oliver Heidmann Committed by Uwe Schulzweida
Browse files

fixed bandit parser test

parent c8874072
No related branches found
No related tags found
2 merge requests!137fixed operator-nodes not being removed properly from the stack,!136fixed operator-nodes not being removed properly from the stack
Pipeline #46261 passed
......@@ -275,11 +275,10 @@ go_bandit([]() {
"-inVariable_out1", "file3", "out" },
"out [ in2_out1 [ inVariable_out1 [ file1 file2 ] inVariable_out1 "
"[ file3 ] ] ]");
check("handles preceeding operator of finished variable input correctly "
"variable input at the end",
check("handles preceeding operator of finished variable input correctly when positioned between in2out1 and variable",
{ "-in2_out1", "-in1_out1", "-inVariable_out1", "[", "file1", "file2", "]",
"-inVariable_out1", "file3", "out" },
"out [ in2_out1 in1_out1 [ inVariable_out1 [ file1 file2 ] inVariable_out1 "
"out [ in2_out1 [ in1_out1 [ inVariable_out1 [ file1 file2 ] ] inVariable_out1 "
"[ file3 ] ] ]");
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment