We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go run main.go -pattern=expect < main_test.go 13 "abracadabra", "a") expected := []int{0, 3, 5, 15 f len(index) != len(expected) { t.Error("Expec 19 e index { if pos != expected[i] { t.Errorf("Ex 20 ct %d, actual: %d", expected[i], pos) } } ind 25 os("アブラカダブラ", "ブラ") expected = []int{1, 5} if ← here 26 f len(index) != len(expected) { t.Error("Expec 30 e index { if pos != expected[i] { t.Errorf("Ex 31 ct %d, actual: %d", expected[i], pos) } } }
The text was updated successfully, but these errors were encountered:
todoa2c
No branches or pull requests
The text was updated successfully, but these errors were encountered: