You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
args: args{s: "this is a very long string that exceeds the maximum length of 128 characters, so it should be truncated in the middle to fit within the limit imposed by Scaleway resource naming conventions."},
33
+
args: args{
34
+
s: "this is a very long string that exceeds the maximum length of 128 characters, so it should be truncated in the middle to fit within the limit imposed by Scaleway resource naming conventions.",
35
+
maxLen: 128,
36
+
},
27
37
want: "this is a very long string that exceeds the maximum length of 1-ithin the limit imposed by Scaleway resource naming conventions.",
0 commit comments