Skip to content

Commit 28c81f6

Browse files
committed
Merge pull request #3 from Yaffle/patch-2
Update format-field-parsing.htm
2 parents a6a27aa + b8aca0c commit 28c81f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format-field-parsing.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script>
1111
var test = async_test()
1212
test.step(function() {
13-
var message = encodeURI("data:\0\ndata: 2\rData:1\ndata\0:2\ndata:1\r\0data:4\nda-ta:3\rdata_5\ndata:3\rdata\ndata:\r\n data:32\ndata:4"),
13+
var message = encodeURI("data:\0\ndata: 2\rData:1\ndata\0:2\ndata:1\r\0data:4\nda-ta:3\rdata_5\ndata:3\rdata:\r\n data:32\ndata:4\n"),
1414
source = new EventSource("resources/message.php?message=" + message + "&newline=none")
1515
source.onmessage = function(e) {
1616
test.step(function() {

0 commit comments

Comments
 (0)