mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-15 01:38:13 -05:00
more half-assignment tests
This commit is contained in:
@@ -33,4 +33,13 @@ ok val is 'other'
|
||||
val: null
|
||||
val: ? 'value'
|
||||
|
||||
ok val is 'value'
|
||||
ok val is 'value'
|
||||
|
||||
|
||||
val: 6
|
||||
val: -(10)
|
||||
|
||||
ok val is -10
|
||||
|
||||
val: - (10)
|
||||
ok val is -20
|
||||
Reference in New Issue
Block a user