We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b10520 commit 7109e8fCopy full SHA for 7109e8f
src/test.cpp
@@ -273,8 +273,8 @@ struct TestPath: public TestBase
273
expected fs::PathStartsWith results
274
0 = returns false
275
1 = returns true
276
- 2 = returns false on windows, false elsewhere
277
- 3 = returns true on windows, true elsewhere
+ 2 = returns false on windows, true elsewhere
+ 3 = returns true on windows, false elsewhere
278
4 = returns true if and only if
279
FILESYS_CASE_INSENSITIVE is true
280
*/
0 commit comments