Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
e55e1a59
Commit
e55e1a59
authored
Feb 23, 2009
by
Oswald Buddenhagen
Browse files
make the testcase output some html to check for overquoting
parent
f7ed313f
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/manual/gdbdebugger/simple/app.cpp
View file @
e55e1a59
...
...
@@ -215,14 +215,17 @@ void testIO()
qDebug
()
<<
"qDebug() 1"
;
qDebug
()
<<
"qDebug() 2"
;
qDebug
()
<<
"qDebug() 3"
;
qDebug
()
<<
"qDebug <foo & bar>"
;
std
::
cout
<<
"std::cout @@ 1"
<<
std
::
endl
;
std
::
cout
<<
"std::cout @@ 2
\n
"
;
std
::
cout
<<
"std::cout @@ 3"
<<
std
::
endl
;
std
::
cout
<<
"std::cout <foo & bar>
\n
"
;
std
::
cerr
<<
"std::cerr 1
\n
"
;
std
::
cerr
<<
"std::cerr 2
\n
"
;
std
::
cerr
<<
"std::cerr 3
\n
"
;
std
::
cerr
<<
"std::cerr <foo & bar>
\n
"
;
}
void
testQLinkedList
()
...
...
@@ -961,7 +964,7 @@ void testHidden()
int
main
(
int
argc
,
char
*
argv
[])
{
//
testIO();
testIO
();
testHidden
();
testArray
();
...
...
tests/manual/gdbdebugger/simple/app/app.pro
View file @
e55e1a59
...
...
@@ -7,3 +7,5 @@ DESTDIR = ..
#
Input
SOURCES
+=
..
/
app
.
cpp
QT
+=
network
message
(
"this says <foo & bar>"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment