Update csv status

This commit is contained in:
Lea Anthony
2023-12-11 18:33:27 +11:00
parent 89b5f0af20
commit 85d68cec55
2 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
Scenario,Windows,Mac,Linux,WSL
Same package,,,
Different package,,,
Different package with same name,,,
Containing another struct from same package,,,
Containing another struct from different package,,,
Containing an anonymous struct,,,
Same package,"","",""
Different package,"","",""
Different package with same name,"","",""
Containing another struct from same package,"","",""
Containing another struct from different package,"","",""
Containing an anonymous struct,"","",""
1 Scenario,Windows,Mac,Linux,WSL Scenario Windows Mac Linux WSL
2 Same package,,, Same package
3 Different package,,, Different package
4 Different package with same name,,, Different package with same name
5 Containing another struct from same package,,, Containing another struct from same package
6 Containing another struct from different package,,, Containing another struct from different package
7 Containing an anonymous struct,,, Containing an anonymous struct
+6 -6
View File
@@ -1,7 +1,7 @@
Scenario,Windows,Mac,Linux,WSL
Class model for struct in same package,,,
Class model for struct in different package,,,
Interface model for struct in same package,,,
Interface model for struct in different package,,,
Enum in same package,,,
Enum in different package,,,
Class model for struct in same package,"","",""
Class model for struct in different package,"","",""
Interface model for struct in same package,"","",""
Interface model for struct in different package,"","",""
Enum in same package,"","",""
Enum in different package,"","",""
1 Scenario,Windows,Mac,Linux,WSL Scenario Windows Mac Linux WSL
2 Class model for struct in same package,,, Class model for struct in same package
3 Class model for struct in different package,,, Class model for struct in different package
4 Interface model for struct in same package,,, Interface model for struct in same package
5 Interface model for struct in different package,,, Interface model for struct in different package
6 Enum in same package,,, Enum in same package
7 Enum in different package,,, Enum in different package