Closed
Description
texlab raises for
\documentclass{article}
\usepackage{tabularray}
\ExplSyntaxOn
\NewDocumentEnvironment{exptblr}{O{}m}
{
\use:x
{
\exp_not:N \begin{tblr}
[\exp_not:n{#1}]
{#2}
}
}
{
\end{tblr}
}
\ExplSyntaxOff
\begin{document}
\end{document}
following incorrect errors:
demo.tex|12 col 4-5 error| Unexpected "}"
demo.tex|13 col 2-3 error| Unexpected "}"
demo.tex|15 col 3 error| Missing "}" inserted
demo.tex|22 col 1 error| Missing "}" inserted
Note: As of 2020