mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 14:13:39 +00:00
This CL expands the ASCII short circuit to add the number range and _ into IsXIDContinue. IsXIDStart is updated to filter out anything less then the first sequence after the (a-zA-Z) blocks as they won't be XIDStart but do cover all of the common ASCII punctuation characters. Change-Id: Ib839d9840f5a1ecc3d2e80774b11af2444e9f439 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97071 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>