1
0
Fork 0
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:
Jeremy Ashkenas 2010-06-21 20:47:58 -04:00
parent 7725fe338e
commit 3b28f52ff7

View file

@ -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'