• Type: Sub-task
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: