1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
QA output created by 1237
QA output created by 1236 --valgrind
=== std out ===
qa.one.simple [words without quotes]
Help:
words without quotes
qa.one.string [a string]
Help:
a string
qa.one.escape [embedded escapes, >>>foo\"<<< expect foo<backslash><doublequote>]
Help:
embedded escapes, >>>foo\"<<< expect foo<backslash><doublequote>
qa.help.simple One-line Help: Error: One-line or help text is not available
Help:
longer words, but still no ' nor any "
qa.help.string One-line Help: Error: One-line or help text is not available
Help:
string with quote (') and double quote (") embedded
qa.help.escape One-line Help: Error: One-line or help text is not available
Help:
embedded escapes, >>>f
o
o
\
'
<<< expect f\no\no\n<backslash>\n<single quote\n where \n is a newline
qa.both.simple [fubar]
Help:
fouled up beyond all recognition
qa.both.string []
Help:
string with quote (') and double quote (") embedded
qa.both.escape [']
Help:
just quotes ...
' " ' " '
" ' " ' "
' " ' " '
" ' " ' "
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: .../pminfo -tT qa
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
|