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
If a line with @import contains a space after the file name the file is not found
because it searches for "../myfile.http " literally. A trim would be nice because those spaces are hard to see — and not recognizable in the error message — and it seems counterintuitive to include them if I am not missing a good reason to really include the space(s) in the lookup for the file.
No, not intentional, but never fallen over it either. Probably because I have enabled files.trimTrailingWhitespace. I adjusted the parsing in this and a few other places.
If a line with
@import
contains a space after the file name the file is not foundbecause it searches for "../myfile.http " literally. A trim would be nice because those spaces are hard to see — and not recognizable in the error message — and it seems counterintuitive to include them if I am not missing a good reason to really include the space(s) in the lookup for the file.
If it's on purpose we should mention it in the docs https://httpyac.github.io/guide/variables.html#import-variables.
The text was updated successfully, but these errors were encountered: