Disable extended range selector modifiers again after test run

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2025-10-17 12:30:57 +02:00 committed by György Krajcsovits
parent a1000efe55
commit 88b009f8a0
No known key found for this signature in database
GPG key ID: 47A8F9CE80FD7C7F

View file

@ -253,6 +253,9 @@ func TestExprString(t *testing.T) {
}
EnableExtendedRangeSelectors = true
t.Cleanup(func() {
EnableExtendedRangeSelectors = false
})
for _, test := range inputs {
t.Run(test.in, func(t *testing.T) {