smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-06-21 09:13:44 +00:00
parent 8c9f2638c4
commit 97efb27d2d
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ TestCase subclass: JsonTests [
should: [Json new readFrom: '@Missing[]' readStream]
raise: JsonSyntaxError
]
testWriteString [
<category: 'tests'>
self render: '"' equals: '"\""'.