[webkit-changes] [WebKit/WebKit] b05905: Fix undefined reference to "value" in test_parser.py

Kiet Ho noreply at github.com
Wed Jul 5 15:24:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b059051826130b2644e45b306c9f170ff7936648
      https://github.com/WebKit/WebKit/commit/b059051826130b2644e45b306c9f170ff7936648
  Author: Kiet Ho <tho22 at apple.com>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/w3c/test_parser.py

  Log Message:
  -----------
  Fix undefined reference to "value" in test_parser.py
https://bugs.webkit.org/show_bug.cgi?id=258896
rdar://111801583

Reviewed by Jonathan Bedard.

test_parser.py references an undefined variable "value", which should be "fuzzy_data" instead.

* Tools/Scripts/webkitpy/w3c/test_parser.py:
(TestParser.fuzzy_metadata):

Canonical link: https://commits.webkit.org/265783@main




More information about the webkit-changes mailing list