We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Within a sub or pos statement, the lookup snippet shouldn't expand to a block.
sub
pos
lookup
feature test { sub [a e i o u] f' lookup CNTXT_LIGS i' n' lookup CNTXT_SUB; sub [a e i o u] c' lookup CNTXT_LIGS t' s' lookup CNTXT_SUB; } test; feature test { pos T' lookup CNTXT_PAIR_POS [o c]' @ALL_MARKS' lookup CNTXT_MARK_TO_BASE; } test;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Within a
sub
orpos
statement, thelookup
snippet shouldn't expand to a block.The text was updated successfully, but these errors were encountered: