• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • core-libs
    • None
    • b96
    • Verified

      Length of octal escapes in strings should be 2 or 3 characters depending on whether the first digit is greater than 3.

      "\471".charCodeAt(0)
      => should return 39 instead of 313

      "\377".length
      => should be 1

      "\400".length
      => should be 2

            hannesw Hannes Wallnoefer
            hannesw Hannes Wallnoefer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: