Skip to content

Commit

Permalink
[scrape] anonymize a test function
Browse files Browse the repository at this point in the history
  • Loading branch information
bennn committed Oct 30, 2015
1 parent 95c5d55 commit a289168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipoe/private/scrape/scrape-words.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
(define (check-syllables scraper w)
(word-result-num-syllables (scraper w)))

(check-apply* check-syllables
(check-apply* (lambda (scraper w) (word-result-num-syllables (scraper w)))
[dictionary.com "each" == 1]
[the-free-dictionary "each" == 1]
[merriam-webster "each" == 1]
Expand Down

0 comments on commit a289168

Please sign in to comment.