mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
more half-assignment tests
This commit is contained in:
parent
16f9a2e6b7
commit
7d6c050048
1 changed files with 10 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue