Aarjav Patel
Results
2
issues of
Aarjav Patel
With the -F option, a file can be specified which contains one or more regular expression to search for. When this option is used, all the matches are outputted in...
``` kotlin @Test fun `compare set of paths`() { val one = Paths.get("foo") val two = Paths.get("bar") val lhs = setOf(one, two) val rhs = setOf(one, two) lhs shouldBe rhs...
pinned