Fix absolute and relative without parent dir paths work

This commit is contained in:
Bel LaPointe
2019-11-21 12:28:30 -07:00
parent 9fc4e63a34
commit 3079cd163f
11 changed files with 59 additions and 9 deletions

1
public/A/D/G/A/b Executable file
View File

@@ -0,0 +1 @@
asdf

1
public/A/abc Executable file
View File

@@ -0,0 +1 @@
asdf

1
public/A/asdf Executable file
View File

@@ -0,0 +1 @@
asdf

12
public/A/x Executable file
View File

@@ -0,0 +1,12 @@
# A.x
| hello | world |
|-------|-------|
| cont | ent. |
## A.X
1
2
3

5
public/B/y Executable file
View File

@@ -0,0 +1,5 @@
## B.y
| hello | world |
|-------|-------|
| cont | ent. |

8
public/B/z Executable file
View File

@@ -0,0 +1,8 @@
## B.z
| hello | world |
|-------|-------|
| cont | ent. |
HI

1
public/D/E/F/g Executable file
View File

@@ -0,0 +1 @@
hi