Skip to content

Commit

Permalink
revert previous character fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgwking committed Dec 10, 2014
1 parent 2dfbaec commit 9e161c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/clarinet.js
Expand Up @@ -65,10 +65,10 @@ var seps = [undefined, /\t|\n|\r/, '']
]
}
, four_byte_utf8 :
{ text : '{ "U+10ABCD": "������" }'
{ text : '{ "U+10ABCD": "􊯍" }'
, events :
[ ["openobject" , "U+10ABCD"]
, ["value" , "������"]
, ["value" , "􊯍"]
, ["closeobject" , undefined]
, ['end' , undefined]
, ['ready' , undefined]
Expand Down

0 comments on commit 9e161c8

Please sign in to comment.