Diff

Differences From Artifact [20bdf959be]:

To Artifact [ff243d60b5]:









1








puts "Hello World"

>
>
>
>
>
>
>
|
>
1
2
3
4
5
6
7
8
9
set fd [open "//xvfs:/example/foo"]
seek $fd 0 end
seek $fd -1 current
set check [read $fd 1]
if {$check != "\n"} {
	error "EXPECTED: (new line); GOT: [binary encode hex $check]"
}

puts "ALL TESTS PASSED"