mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Merge pull request #14341 from obsidiansystems/fix-golden-tests
Fix some characterization tests
This commit is contained in:
commit
5d365cd61f
5 changed files with 12 additions and 8 deletions
|
|
@ -1 +1 @@
|
||||||
local://?root=/foo bar/baz
|
local://?root=/foo%20bar/baz
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
local://?root=/foo bar/baz
|
||||||
|
|
@ -100,9 +100,12 @@ URI_TEST(local_1, localExample_1)
|
||||||
|
|
||||||
URI_TEST(local_2, localExample_2)
|
URI_TEST(local_2, localExample_2)
|
||||||
|
|
||||||
/* Test path with spaces */
|
/* Test path with encoded spaces */
|
||||||
URI_TEST(local_3, localExample_3)
|
URI_TEST(local_3, localExample_3)
|
||||||
|
|
||||||
|
/* Test path with spaces that are improperly not encoded */
|
||||||
|
URI_TEST_READ(local_3_no_percent, localExample_3)
|
||||||
|
|
||||||
URI_TEST_READ(local_shorthand_1, localExample_1)
|
URI_TEST_READ(local_shorthand_1, localExample_1)
|
||||||
|
|
||||||
URI_TEST_READ(local_shorthand_2, localExample_2)
|
URI_TEST_READ(local_shorthand_2, localExample_2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue