MSA-994: 테스트

This commit is contained in:
박혜진
2016-03-23 02:49:27 -05:00
parent 03c2dec425
commit 76275a9f47
2 changed files with 57 additions and 1 deletions

View File

@@ -155,4 +155,4 @@ private getIncludeArticle() {
def name = location.name.toLowerCase()
def segs = name.split(" ")
!(["work","home"].contains(name) || (segs.size() > 1 && (["the","my","a","an"].contains(segs[0]) || segs[0].endsWith("'s"))))
}
}