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
A validation error occurs (if tab / space mixture is disallowed) or no validation problem ensues.
Actual behaviour
Go panics.
Your Environment
$ sysl info
Build:
Version : v0.438.0
Git Commit : 3550ba28c3dfd16c874be629b8f1f0f3a82a15cf
Date : 2021-08-23T00:12:23Z
Go Version : go1.16.7 linux/amd64
OS : darwin/amd64
The text was updated successfully, but these errors were encountered:
Please do not post any internal, closed source snippets on this public issue tracker!
Description
If a file contains mixed tabs and spaces, validation does not return a panic but instead results in a go panic.
Steps to Reproduce
In this case the line
...
is actually<tab><space><space><space><space>...
Expected behaviour
A validation error occurs (if tab / space mixture is disallowed) or no validation problem ensues.
Actual behaviour
Go panics.
Your Environment
The text was updated successfully, but these errors were encountered: