You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language.Nix.Identifier: idents with non ASCII chars need quoting
We more or less assume an UTF-8 encoding so ASCII codepoints would be
mapped to bytes decodable as ASCII since Nix itself uses byte strings.
Add a test for this and a random assortment of random trivial to check
properties for needsQuoting.
0 commit comments