diff options
author | Mike Frysinger <vapier@google.com> | 2025-03-25 12:53:55 -0400 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2025-03-25 11:20:35 -0700 |
commit | cd391e77d0462b2768f4f5deb5954a6f456047e9 (patch) | |
tree | 0a8aa39a5d281d37855f328d2c6ebd4b240e8f4a /tests/test_manifest_xml.py | |
parent | 8310436be083f8268bf8325bb2ffb65e9e178f6f (diff) | |
download | git-repo-cd391e77d0462b2768f4f5deb5954a6f456047e9.tar.gz |
black: update to v25
Requires a little reformatting in the tree.
Change-Id: Iaa40fe0dfca372c49c04cc26edccb5f7b0c2a8ad
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/462883
Commit-Queue: Mike Frysinger <vapier@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'tests/test_manifest_xml.py')
-rw-r--r-- | tests/test_manifest_xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_manifest_xml.py b/tests/test_manifest_xml.py index 3d1fde96..ebc0ce58 100644 --- a/tests/test_manifest_xml.py +++ b/tests/test_manifest_xml.py | |||
@@ -51,7 +51,7 @@ INVALID_FS_PATHS = ( | |||
51 | "foo~", | 51 | "foo~", |
52 | "blah/foo~", | 52 | "blah/foo~", |
53 | # Block Unicode characters that get normalized out by filesystems. | 53 | # Block Unicode characters that get normalized out by filesystems. |
54 | "foo\u200Cbar", | 54 | "foo\u200cbar", |
55 | # Block newlines. | 55 | # Block newlines. |
56 | "f\n/bar", | 56 | "f\n/bar", |
57 | "f\r/bar", | 57 | "f\r/bar", |