Skip to content

Commit

Permalink
Update haxe test expectations #74
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed May 11, 2023
1 parent 37a2dd3 commit 690b957
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions minecode/tests/testfiles/haxe/project_package.json-expected
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,34 @@
"code_view_url":null,
"vcs_url":null,
"copyright":null,
"license_expression":"mit",
"declared_license":"MIT",
"holder":null,
"declared_license_expression":"mit",
"declared_license_expression_spdx":"MIT",
"license_detections":[
{
"license_expression":"mit",
"matches":[
{
"score":100.0,
"start_line":1,
"end_line":1,
"matched_length":1,
"match_coverage":100.0,
"matcher":"1-spdx-id",
"license_expression":"mit",
"rule_identifier":"spdx-license-identifier-mit-5da48780aba670b0860c46d899ed42a0f243ff06",
"rule_relevance":100,
"rule_url":null,
"matched_text":"MIT"
}
],
"identifier":"mit-a822f434-d61f-f2b1-c792-8b8cb9e7b9bf"
}
],
"other_license_expression":null,
"other_license_expression_spdx":null,
"other_license_detections":[],
"extracted_license_statement":"MIT",
"notice_text":null,
"source_packages":[],
"file_references":[],
Expand Down

0 comments on commit 690b957

Please sign in to comment.