Skip to content

Commit

Permalink
Add missing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Jan 5, 2024
1 parent 00a8195 commit 7a0994c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/fixtures/armory/intellisense/newdocumentcommand.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
\documentclass[10pt]{article}
\usepackage{xparse}
\NewDocumentCommand\testNoArg{}{ABC}
\DeclareDocumentCommand\testA{m}{ABC #1}
\NewDocumentCommand{\testB}{O{}m}{ABC #2 #1}
\ProvideDocumentCommand{\testC}{m o O{} m r() m}{ABC}
\begin{document}

\end{document}

0 comments on commit 7a0994c

Please sign in to comment.