Example: `Sanscript.t('chAy', 'itrans', 'devanagari', {syncope: true}) == 'चाय'` (fine) `Sanscript.t('चाय', 'devanagari', 'itrans', {syncope: true}) == 'chAya'` This should be just `chAy`, shouldn't it?
Example:
Sanscript.t('chAy', 'itrans', 'devanagari', {syncope: true}) == 'चाय'(fine)Sanscript.t('चाय', 'devanagari', 'itrans', {syncope: true}) == 'chAya'This should be just
chAy, shouldn't it?