mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Add test for Parser::getFullArg()
It shows that the special handling of a single backslash in the argument (whcih is supposed to fix bug #4468) does not work.
This commit is contained in:
parent
f3ff5e083a
commit
a08c693f90
@ -955,6 +955,19 @@ target "ftp://www.test.test"
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
parser test (stupid, but valid):
|
||||||
|
\begin_inset CommandInset href
|
||||||
|
LatexCommand href
|
||||||
|
name "}"
|
||||||
|
target "http://www.test.test"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
|
@ -158,6 +158,8 @@ ftp:\href{ftp://www.test.test}{ftp://www.test.test}
|
|||||||
|
|
||||||
ftp2:\href{ftp://www.test.test}{www.test.test}
|
ftp2:\href{ftp://www.test.test}{www.test.test}
|
||||||
|
|
||||||
|
parser test (stupid, but valid):\href{http://www.test.test}{\}}
|
||||||
|
|
||||||
|
|
||||||
\section{Lists\index{Lists}}
|
\section{Lists\index{Lists}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user