test(tests/lean/bad_set_option): add tests for bad 'set_option' command

This commit is contained in:
Leonardo de Moura 2015-02-01 20:20:35 -08:00
parent 9d1e312c12
commit 36cfb7fac0
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
set_option boo true
set_option pp.unicode a

View file

@ -0,0 +1,2 @@
bad_set_option.lean:1:11: error: unknown option 'boo', type 'help options.' for list of available options
bad_set_option.lean:3:22: error: invalid Boolean option value, 'true' or 'false' expected