tvl-depot/tvix/eval/src/tests
Adam Joseph 4ec43bed5e fix(tvix/eval): quote keys which are not valid identifiers
The impl Display for NixAttrs needs to wrap double quotes around any
keys which are not valid Nix identifiers.  This commit does that,
and adds a test (which fails prior to this commit and passes after
this commit).

Change-Id: Ie31ce91e8637cb27073f23f115db81feefdc6424
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7084
Autosubmit: Adam Joseph <adam@westernsemico.com>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-11-04 01:42:25 +00:00
..
nix_tests fix(tvix/eval): nix_eq() must recurse 2022-10-31 12:36:15 +00:00
tvix_tests fix(tvix/eval): quote keys which are not valid identifiers 2022-11-04 01:42:25 +00:00
mod.rs feat(tvix/eval): include filename of failing test when failing 2022-10-26 10:20:01 +00:00