Home
last modified time | relevance | path

Searched refs:psOtherLicense2_3 (Results 1 – 11 of 11) sorted by relevance

/external/spdx-tools/tvloader/parser2v3/
Dparse_other_license_test.go18 st: psOtherLicense2_3,
47 if parser.st != psOtherLicense2_3 {
48 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)
60 if parser.st != psOtherLicense2_3 {
61 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)
94 st: psOtherLicense2_3,
114 st: psOtherLicense2_3,
131 if parser.st != psOtherLicense2_3 {
132 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)
148 if parser.st != psOtherLicense2_3 {
[all …]
Dtypes.go51 psOtherLicense2_3 const
Dparser.go45 case psOtherLicense2_3:
Dparse_creation_info_test.go76 if parser.st != psOtherLicense2_3 {
77 t.Errorf("parser is in state %v, expected %v", parser.st, psOtherLicense2_3)
Dparse_creation_info.go71 parser.st = psOtherLicense2_3
Dparse_snippet.go47 parser.st = psOtherLicense2_3
Dparse_file.go43 parser.st = psOtherLicense2_3
Dparse_package.go40 parser.st = psOtherLicense2_3
Dparse_snippet_test.go216 if parser.st != psOtherLicense2_3 {
217 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)
Dparse_file_test.go259 if parser.st != psOtherLicense2_3 {
260 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)
Dparse_package_test.go150 if parser.st != psOtherLicense2_3 {
151 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)