From 6b1ee0dbb0e0801afbf98199e0ca0dd5b2dbe3cb Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 10 Jan 2026 17:07:21 +0700 Subject: report: add method loadReport The loadReport method load the ReportFile from the current directory, as written by [report.write] method. --- testdata/loadReport/ok/spdxconv.report | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testdata/loadReport/ok/spdxconv.report (limited to 'testdata/loadReport/ok') diff --git a/testdata/loadReport/ok/spdxconv.report b/testdata/loadReport/ok/spdxconv.report new file mode 100644 index 0000000..ab58899 --- /dev/null +++ b/testdata/loadReport/ok/spdxconv.report @@ -0,0 +1,13 @@ + +// comment +//spdxconv:regular +fileR1,default,unknown,default +file R2,exist:1,2024,exist:-1 +//spdxconv:binary + +fileB1,BSD-3-Clause,2000-2026,Author + +// comment +//spdxconv:unknown +// comment +fileU1,exist:-1,2000,exist:2 -- cgit v1.3