Expected behavior: ``` >limax("wendy's", {custom: ["'"]}) wendy's ``` Actual behavior: ``` >limax("wendy's", {custom: ["'"]}) wendys ``` The `separateApostrophes` option does not help here.