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
Replace s-index-of with cl-position in test helpers
Drop the optional dependency on the s.el library by using cl-position
(from cl-lib, already required) instead of s-index-of for finding the
pipe character position in test strings.
0 commit comments