- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for 1234abcd (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/archive/tar/strconv_test.go
ok: true, }, { name: "WithNanoTruncate", in: "1.123456789123", want: time.Unix(1, 123456789), ok: true, }, { name: "TrailingError", in: "1.123abc", want: time.Time{}, ok: false, }, { name: "LeadingError", in: "1.abc123", want: time.Time{}, ok: false, }, } for _, tt := range tests {Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 11 17:52:43 GMT 2025 - 15K bytes - Click Count (0) -
src/bytes/bytes_test.go
} } } var EqualFoldTests = []struct { s, t string out bool }{ {"abc", "abc", true}, {"ABcd", "ABcd", true}, {"123abc", "123ABC", true}, {"αβδ", "ΑΒΔ", true}, {"abc", "xyz", false}, {"abc", "XYZ", false}, {"abcdefghijk", "abcdefghijX", false}, {"abcdefghijk", "abcdefghij\u212A", true},Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 23 23:54:14 GMT 2025 - 62.9K bytes - Click Count (0)