1. 14 12月, 2018 1 次提交
  2. 09 11月, 2018 1 次提交
  3. 19 10月, 2018 1 次提交
  4. 03 10月, 2018 1 次提交
  5. 26 3月, 2018 1 次提交
  6. 03 3月, 2018 1 次提交
  7. 21 2月, 2018 1 次提交
  8. 09 2月, 2018 1 次提交
  9. 12 12月, 2017 1 次提交
  10. 25 11月, 2017 1 次提交
  11. 09 11月, 2017 1 次提交
  12. 08 11月, 2017 1 次提交
  13. 07 11月, 2017 1 次提交
  14. 23 10月, 2017 1 次提交
  15. 20 10月, 2017 1 次提交
  16. 16 10月, 2017 1 次提交
  17. 11 10月, 2017 1 次提交
  18. 10 10月, 2017 2 次提交
  19. 06 10月, 2017 1 次提交
  20. 04 10月, 2017 2 次提交
  21. 03 10月, 2017 3 次提交
  22. 02 10月, 2017 2 次提交
  23. 19 9月, 2017 1 次提交
    • K
      Fix tests and out of bounds in scorer (#34576) · 88ed834b
      Keegan Carruthers-Smith 提交于
      * Don't sort scores in test
      
      This test was a noop, because sort sorted `scores` as well. After this change,
      the test fails. It passes after the following changes:
      
      * hw should be a higher score than just H, since the w appears after a word
        separator.
      * Same with ld and L.
      * Change target so that L comes before l. The scorer algorithm is greedy, so
        will not match the upper case L otherwise, which is the point of that specific
        case.
      
      * Use correct index for same case bonus
      
      `indexOf` is the index into `target`, while `index` is the correct index into
      `query`.
      
      * Return early for query length larger than target
      88ed834b
  24. 08 10月, 2016 1 次提交
  25. 09 6月, 2016 1 次提交
  26. 30 3月, 2016 1 次提交
  27. 13 2月, 2016 1 次提交
  28. 18 1月, 2016 1 次提交
  29. 15 1月, 2016 1 次提交
  30. 31 12月, 2015 1 次提交
  31. 18 12月, 2015 1 次提交
  32. 11 12月, 2015 3 次提交
  33. 10 12月, 2015 1 次提交