mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* String equality tests should take the context into account. All the
evaluation test cases now succeed.
This commit is contained in:
parent
6bbfe95e30
commit
2d7636529f
2 changed files with 12 additions and 4 deletions
|
@ -69,7 +69,7 @@ struct Value
|
|||
For canonicity, the store paths should be in sorted order. */
|
||||
struct {
|
||||
const char * s;
|
||||
const char * * context;
|
||||
const char * * context; // must be in sorted order
|
||||
} string;
|
||||
|
||||
const char * path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue