mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
adding non-ASCII characters to test_literals.coffee for Node v0.1.99
This commit is contained in:
parent
7725fe338e
commit
3b28f52ff7
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ ok result[1]['b'] is 'c'
|
|||
|
||||
|
||||
# Object literals should be able to include keywords.
|
||||
obj: {class: 'hot'}
|
||||
obj: {class: 'höt'}
|
||||
obj.function: 'dog'
|
||||
|
||||
ok obj.class + obj.function is 'hotdog'
|
||||
ok obj.class + obj.function is 'hötdog'
|
||||
|
|
Loading…
Add table
Reference in a new issue