Skip to content

Commit

Permalink
Add test case covering path specification formats
Browse files Browse the repository at this point in the history
  • Loading branch information
amisevsk committed Nov 28, 2024
1 parent 812127f commit 9d3d410
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions testing/testdata/pack-unpack/test_path-formats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
description: Ensure various path formats are supported
kitfile: |
manifestVersion: 1.0.0
package:
name: test-path-format
docs:
- path: my-file.txt
- path: ./my-file2.txt
- path: dir-one
- path: dir-two/
- path: ./dir-three
- path: ./dir-four/
- path: dir-five/my-file.txt
- path: ./dir-six/my-file.txt
files:
- ./my-file.txt
- ./my-file2.txt
- ./dir-one/test-file
- ./dir-two/test-file
- ./dir-three/test-file
- ./dir-four/test-file
- ./dir-five/my-file.txt
- ./dir-six/my-file.txt

0 comments on commit 9d3d410

Please sign in to comment.