From 16e74b781e0fafeed0312c9fa0fd1ae03cf432ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Sep 2019 15:10:24 +0200 Subject: Allow attributes in if-else, assert directive's conditions --- tests/directive/assert.testscript | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/directive') diff --git a/tests/directive/assert.testscript b/tests/directive/assert.testscript index e3774cf..a050051 100644 --- a/tests/directive/assert.testscript +++ b/tests/directive/assert.testscript @@ -26,3 +26,9 @@ EOE $* <'assert junk' 2>>EOE != 0 :1:8: error: invalid bool value: 'junk' EOE + +: null +: +$* <'assert [null]' 2>>EOE != 0 +:1:8: error: invalid bool value: null +EOE -- cgit v1.1