OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_output
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/system/
deprecated_logging_unittest.py
46
actual_output
= test_stderr.getvalue()
50
self.assertEquals(
actual_output
, expected_output, "log(\"%s\") expected: %s actual: %s" % (log_input, expected_output,
actual_output
))
/external/markdown/
test-markdown.py
240
actual_output
= ""
247
actual_output
= self.md.convert(input)
253
actual_lines = [x.encode("utf-8") for x in smart_split(
actual_output
)]
256
#
actual_output
.split("\n"))
Completed in 256 milliseconds