Home
last modified time | relevance | path

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

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkurltest.cpp536 … QUrl qurl_newline_1 = QUrl::fromEncoded("http://www.foo.bar/foo/bar\ngnork", QUrl::TolerantMode); in testNewLine() local
537 QVERIFY(qurl_newline_1.isValid()); in testNewLine()
538 QCOMPARE(qurl_newline_1.toEncoded(), QByteArray("http://www.foo.bar/foo/bar%0Agnork")); in testNewLine()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qurl/
H A Dtst_qurl.cpp3654 … QUrl qurl_newline_1 = QUrl::fromEncoded("http://www.foo.bar/foo/bar\ngnork", QUrl::TolerantMode); in fromEncoded() local
3655 QVERIFY(qurl_newline_1.isValid()); in fromEncoded()
3656 QCOMPARE(qurl_newline_1.toEncoded().constData(), "http://www.foo.bar/foo/bar%0Agnork"); in fromEncoded()