soak accesses no longer consume corresponding operators

This commit is contained in:
satyr
2010-10-10 07:10:20 +09:00
parent c5f922c5db
commit b0e34edf99
3 changed files with 1 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ ok not value?.property?, 'safely checks existence on soaks'
eq nothing?.value, undefined, 'safely calls values off of non-existent variables'
eq !nothing?.value and 1, 1, 'corresponding operators work as expected'
# Assign to the result of an exsitential operation with a minus.