Revision 26f726917b12ec456d693d42a43469035cb704a9 authored by Nik Everett on 21 March 2024, 13:46:23 UTC, committed by GitHub on 21 March 2024, 13:46:23 UTC
When we're generating raw strings to match we want to make sure it just
matches exactly the string - so we should escape it. If we don't we'll
get weird failures from syntax exceptions.

Closes #106533 Closes #106538
1 parent e92a7a7
Raw File
branches.json
{
  "notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
  "branches": [
    {
      "branch": "main"
    },
    {
      "branch": "8.13"
    },
    {
      "branch": "8.12"
    },
    {
      "branch": "7.17"
    }
  ]
}
back to top