Home
last modified time | relevance | path

Searched refs:prettystr (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/lua/
Dluaunit.lua348 local function prettystr( v, keeponeline ) function
366 M.prettystr = prettystr
382 local str1, str2 = prettystr(value1), prettystr(value2)
397 return prettystr(k)
607 prettystr(expected), prettystr(actual))
620 failure("expected: true, actual: " ..prettystr(value), 2)
626 failure("expected: false, actual: " ..prettystr(value), 2)
632 failure("expected: nil, actual: " ..prettystr(value), 2)
661 prettystr(actual), prettystr(expected), prettystr(margin))
693 fail_fmt(2, 'Received the not expected value: %s', prettystr(actual))
[all …]