vimtex/test/vader/textobj_envs.vader

25 lines
457 B
Plaintext
Raw Normal View History

2016-04-07 16:12:46 -04:00
Given tex (Define complex environment):
\begin{complexenvironment}[option1,
option2]{first extra argument}
{second extra
argument}
Hello world!
\end{complexenvironment}
2016-04-07 16:12:46 -04:00
Do (Delete environment (excluding)):
die
2016-04-07 16:12:46 -04:00
Expect tex (Verify):
\begin{complexenvironment}[option1,
option2]{first extra argument}
{second extra
argument}
\end{complexenvironment}
2016-04-07 16:12:46 -04:00
Do (Delete environment (including)):
dae
2016-04-07 16:12:46 -04:00
Expect tex (Verify):