Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. expect:
  2. matrix.getDistance(str1, str2) == dist
  3.  
  4. where:
  5. str1 | str2 | dist
  6. "xsdf" | "xsdf" | 1
  7. "axdf" | "axdf" | 2
  8. "asxf" | "axtt" | 3
  9. "asdx" | "axdf" | 1
  10. "ahrv" | "ahjf" | 4
Add Comment
Please, Sign In to add comment