# file : libbuild2/test/script/parser+exit.test.testscript # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : eq : $* <>EOO cmd == 1 EOI cmd == 1 EOO : ne : $* <>EOO cmd!=1 EOI cmd != 1 EOO : end : $* <>EOE != 0 cmd != 1 <"foo" EOI testscript:1:10: error: unexpected '<' after command exit status EOE