Skip to content

Commit a06a7e6

Browse files
keller-markmanzt
authored andcommitted
Add tests and fixtures for handling spaces in keys (#303)
* Add tests and fixtures for handling spaces in keys * Decode URL.pathname in Location.resolve * Format * Add test for FetchStore
1 parent 26c610b commit a06a7e6

File tree

48 files changed

+91
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+91
-3
lines changed

.changeset/spaces-in-keys-fix.md

Lines changed: 10 additions & 0 deletions

fixtures/v2/data.zarr/.zmetadata

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,12 @@
543543
3
544544
],
545545
"zarr_format": 2
546+
},
547+
"my group with spaces/.zattrs": {
548+
"description": "A group with spaces in the name"
549+
},
550+
"my group with spaces/.zgroup": {
551+
"zarr_format": 2
546552
}
547553
},
548554
"zarr_consolidated_format": 1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description": "A group with spaces in the name"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
723 Bytes
Binary file not shown.
663 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)