Skip to content

Commit

Permalink
Merge pull request #4 from Yaffle/patch-3
Browse files Browse the repository at this point in the history
Update format-field-data.htm
  • Loading branch information
odinho committed Mar 20, 2013
2 parents a2c707f + bd6324d commit a490f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion format-field-data.htm
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
source.onmessage = function(e) {
test.step(function() {
if(counter == 0) {
assert_equals("\n", e.data)
assert_equals("", e.data)
} else if(counter == 1) {
assert_equals("\n", e.data)
} else if(counter == 2) {
assert_equals("test", e.data)
source.close()
test.done()
Expand Down

0 comments on commit a490f31

Please sign in to comment.