More detailed testing for value-error-too-few-values.

This commit is contained in:
Dave Halter
2015-12-14 06:54:02 +01:00
parent 7b8d4e86ac
commit c85426ebac
2 changed files with 4 additions and 1 deletions

View File

@@ -15,4 +15,7 @@ for x, y in dct:
# Shouldn't cause issues, because if there are no types (or we don't know what
# the types are, we should just ignore it.
#! 0 value-error-too-few-values
a, b = []
#! 7 name-error
a, b = NOT_DEFINED