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
When running ktn_dodger:parse_file/1,2 on a file with an -else., it reports an error (or, if using no_fail, it just parses that as text instead of an actual attribute).
To Reproduce
Try running ktn_parse:parse_file/1,2 on the following file…
Bug Description
When running
ktn_dodger:parse_file/1,2
on a file with an-else.
, it reports an error (or, if usingno_fail
, it just parses that as text instead of an actual attribute).To Reproduce
Try running
ktn_parse:parse_file/1,2
on the following file…Expected Behavior
-else.
to be parsed as an attribute.Additional Context
The text was updated successfully, but these errors were encountered: