1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 19:29:36 +01:00

Fix parsing of variable names that are a suffix of '__curPos'

Follow-up from #5969
Fix #5982

(cherry picked from commit f113ea6c73)
This commit is contained in:
regnat 2022-01-25 10:49:27 +01:00 committed by github-actions[bot]
parent a1cd7e5860
commit 21c23031c1
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1 @@
3

View file

@ -0,0 +1,2 @@
((__curPosFoo: __curPosFoo) 1) + ((__curPosBar: __curPosBar) 2)