switching a couple of the half_assignment tests to ensure that : and = are still interchangeable

This commit is contained in:
Jeremy Ashkenas 2010-03-21 23:46:58 -04:00
parent 7d6c050048
commit b7519cb834
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ num: +3
ok num is 3
num: * 10
num = * 10
ok num is 30
@ -25,7 +25,7 @@ val: or 'value'
ok val is 'value'
val: and 'other'
val = and 'other'
ok val is 'other'