Home
last modified time | relevance | path

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

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkurltest.cpp806 KUrl spaceInPath("file:/home/test/directory%20with%20spaces"); in testPrettyURL() local
807 QCOMPARE(spaceInPath.prettyUrl(), QString("file:///home/test/directory with spaces")); in testPrettyURL()
808 …QCOMPARE(KUrl(spaceInPath.prettyUrl()).url(), QString("file:///home/test/directory%20with%20spaces… in testPrettyURL()