about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/parse-okay-regression-751.nix
blob: 05c78b3016d39c384b94796538ff162d5d0c7cb5 (plain) (blame)
1
2
let const = a: "const"; in
''${ const { x = "q"; }}''