aboutsummaryrefslogtreecommitdiff
path: root/testdata/project1
diff options
context:
space:
mode:
authorSteve Winslow <swinslow@gmail.com>2018-10-23 13:53:27 -0400
committerGitHub <noreply@github.com>2018-10-23 13:53:27 -0400
commitae1c8cc9c9d8a8d742db9d217dcfebe1d4e86470 (patch)
treeecb0b5f9048acd699ca971b69789d498a2d285d4 /testdata/project1
parent9bdbd71d7ef6af91c607b55aa9cec3ad3110c059 (diff)
downloadspdx-tools-ae1c8cc9c9d8a8d742db9d217dcfebe1d4e86470.tar.gz
Move docs and testdata outside of v0 (#18)
Signed-off-by: Steve Winslow <swinslow@gmail.com>
Diffstat (limited to 'testdata/project1')
-rw-r--r--testdata/project1/emptyfile.testdata.txt0
-rw-r--r--testdata/project1/file1.testdata.txt1
-rw-r--r--testdata/project1/file3.testdata.txt1
-rw-r--r--testdata/project1/folder1/file4.testdata.txt2
-rw-r--r--testdata/project1/lastfile.testdata.txt3
l---------testdata/project1/symbolic-link1
6 files changed, 8 insertions, 0 deletions
diff --git a/testdata/project1/emptyfile.testdata.txt b/testdata/project1/emptyfile.testdata.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/testdata/project1/emptyfile.testdata.txt
diff --git a/testdata/project1/file1.testdata.txt b/testdata/project1/file1.testdata.txt
new file mode 100644
index 0000000..a9ec36c
--- /dev/null
+++ b/testdata/project1/file1.testdata.txt
@@ -0,0 +1 @@
+arbitrary content for testing purposes
diff --git a/testdata/project1/file3.testdata.txt b/testdata/project1/file3.testdata.txt
new file mode 100644
index 0000000..2a75979
--- /dev/null
+++ b/testdata/project1/file3.testdata.txt
@@ -0,0 +1 @@
+This file contains some sort of documentation or whatever
diff --git a/testdata/project1/folder1/file4.testdata.txt b/testdata/project1/folder1/file4.testdata.txt
new file mode 100644
index 0000000..3cc937e
--- /dev/null
+++ b/testdata/project1/folder1/file4.testdata.txt
@@ -0,0 +1,2 @@
+blah blah blah
+this file has text in it
diff --git a/testdata/project1/lastfile.testdata.txt b/testdata/project1/lastfile.testdata.txt
new file mode 100644
index 0000000..5545f2c
--- /dev/null
+++ b/testdata/project1/lastfile.testdata.txt
@@ -0,0 +1,3 @@
+// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
+
+somebody was kind enough to stick an spdx short-form ID in here
diff --git a/testdata/project1/symbolic-link b/testdata/project1/symbolic-link
new file mode 120000
index 0000000..11a1795
--- /dev/null
+++ b/testdata/project1/symbolic-link
@@ -0,0 +1 @@
+file3.testdata.txt \ No newline at end of file