Initial commit
This commit is contained in:
commit
0f717cd2af
16 changed files with 574 additions and 0 deletions
9
title_info_test.go
Normal file
9
title_info_test.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package feragstring
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestNewTitleInfo(t *testing.T) {
|
||||
ti := NewTitleInfo()
|
||||
ti.titleName = "MOP10629"
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue