add comment to test_string

This commit is contained in:
Josh Junon 2017-03-23 23:46:57 -07:00
parent df512de997
commit 525012db05

View File

@ -3,6 +3,6 @@ set -e
[ -z "${BETEXC_PYTHON}" ] && export BETEXC_PYTHON=python
TEST_STR='import better_exceptions; a = 5; assert a > 10'
TEST_STR='import better_exceptions; a = 5; assert a > 10 # this should work fine'
"${BETEXC_PYTHON}" -c "${TEST_STR}" these extra arguments should be removed and should not show up 'in' the output