We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfdc2a commit de5a817Copy full SHA for de5a817
os/test/src-jvm/ExpectyIntegration.scala
@@ -14,11 +14,9 @@ object ExpectyIntegration extends TestSuite {
14
}
15
test("literals with [..]") {
16
expect(rel / "src" / ".." == rel / "src" / os.up)
17
- expect(root / "src/.." == root / "src" / os.up)
18
expect(root / "src" / ".." == root / "src" / os.up)
19
expect(root / "hello" / ".." / "world" == root / "hello" / os.up / "world")
20
expect(root / "hello" / "../world" == root / "hello" / os.up / "world")
21
- expect(root / "hello/../world" == root / "hello" / os.up / "world")
22
23
test("from issue") {
24
expect(Seq(os.pwd / "foo") == Seq(os.pwd / "foo"))
0 commit comments