8000 JVM & JS disagree whether \u00a0 matches /\s/ · Issue #3959 · scala-js/scala-js · GitHub
[go: up one dir, main page]

Skip to content
JVM & JS disagree whether \u00a0 matches /\s/ #3959
Closed
@japgolly

Description

@japgolly

If you run 160.toChar.toString.matches("\\s") in both JVM and JS, you can that they return different results.

  • JVM = false
  • JS = true

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateDuplicate of another issue. Closed.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0