The fluent.syntax parser doesn't recognize tabs
For some reasons I had some tabs instead of spaces in my ftl file. It looks like the parser doesn't see these lines.
Could you clarify what you mean by "doesn't see these lines"? In Fluent, tabs are not recognised as whitespace.
I know that this was working fine with fluent js at least :-) but not with fluent python. Maybe the problem is the discrepency between these.
If there's a discrepancy, we should resolve that. For that, could you share an ftl file which shows the difference?
This file should show it: test.ftl.txt
The line with .heading has a tab at its start. It's working fine with fluent.js, but the python parser ignores the line.