aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala
diff options
context:
space:
mode:
authorEllen Spertus <ellen.spertus@gmail.com>2018-08-22 14:50:05 -0700
committerEllen Spertus <ellen.spertus@gmail.com>2018-08-22 14:50:05 -0700
commit31a71c166c8452ce16d443697c33545577fa35f3 (patch)
tree8ea767a93d17a90ec2f2ca2964a43e56ff977215 /scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala
parent9fb9a35b15ed9b553ad4f938dc4e636e5d91ac33 (diff)
parent03968da99d24d81e0224712056d1dea38cb8c70e (diff)
downloadsandcrawler-31a71c166c8452ce16d443697c33545577fa35f3.tar.gz
sandcrawler-31a71c166c8452ce16d443697c33545577fa35f3.zip
Merge branch 'master' into ellen-length-filtering
Diffstat (limited to 'scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala')
-rw-r--r--scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala b/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala
index 9459749..d742384 100644
--- a/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala
+++ b/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala
@@ -49,7 +49,7 @@ class ScorableFeaturesTest extends FlatSpec with Matchers {
}
it should "strip special characters" in {
- titleToSlug(":;!',|\"\'`.#?!-@*/\\=+~%$^{}()[]<>-_") shouldBe Scorable.NoSlug
+ titleToSlug(":;!',|\"\'`.#?!-@*/\\=+~%$^{}()[]<>-_’·“”‘’“”«»「」") shouldBe Scorable.NoSlug
// TODO: titleToSlug("©™₨№…") shouldBe Scorable.NoSlug
// TODO: titleToSlug("πµΣσ") shouldBe Scorable.NoSlug
}