Following error from the below latex:
Error:expected:\end{document} Input ended while environment document was open at String; line 1 col 0
\documentclass{amsart}
\usepackage{comment}
\usepackage{verbatim}
\begin{document}
Test
\begin{comment}\begin{remark}\end{comment}
\end{document}
There is no error with
\documentclass{amsart}
\usepackage{comment}
\begin{document}
\begin{comment}\begin{remark}
\end{comment}
Test
\end{document}