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
Correct position on invalid files ending without value
Previously it would be on the next line:
% tomlv <(print 'a=')
Error in '/proc/self/fd/11': toml: error: expected value but found '\n' instead
At line 2, column 3:
1 | a=
2 |
^
0 commit comments