File: stream5.out

package info (click to toggle)
cgreen 1.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: ansic: 12,276; sh: 558; makefile: 474; cpp: 403; python: 181; xml: 33; sed: 13
file content (15 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Running "stream" (5 tests)...
stream_tests.c:40: Failure: ParagraphReader -> drops_line_ending_from_word_and_stops 
	Expected [read_paragraph(&stream_stub, ((void *)0))] to [equal string] ["the"]
		actual value:			["the
"]
		expected to equal:		["the"]

stream_tests.c:45: Failure: ParagraphReader -> gives_empty_line_for_single_line_ending 
	Expected [read_paragraph(&stream_stub, ((void *)0))] to [equal string] [""]
		actual value:			["
"]
		expected to equal:		[""]

  "ParagraphReader": 3 passes, 2 failures in 42ms.
Completed "stream": 3 passes, 2 failures in 42ms.