Skip to content

screen-reader-testing-library@0.0.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 07:28
· 18 commits to main since this release
7b3e0d3

Patch Changes

  • #26 2c39190 Thanks @eps1lon! - Speech containing a comma is no longer truncated

    For example, Choose time, selected time is ... previously resulted in ["Choose tim"].
    The previous speech parser only used a regular expression which cannot handle context-sensitive languages.