We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee3d00 commit f9d9d6cCopy full SHA for f9d9d6c
1 file changed
objects/objects_test.go
@@ -404,7 +404,14 @@ func TestName(t *testing.T) {
404
"Name": "Card",
405
},
406
guid: "010509",
407
- want: "OccultInvocation.010509",
+ want: "OccultInvocation!!!!.010509",
408
+ }, {
409
+ data: types.J{
410
+ "Nickname": "Verschwörung der Äxte!",
411
+ "Name": "Card",
412
+ },
413
+ guid: "010511",
414
+ want: "VerschwörungderÄxte!.010511",
415
}, {
416
data: types.J{
417
0 commit comments