mirror of
https://github.com/gryf/tagbar.git
synced 2026-01-28 10:55:55 +01:00
Add tests to repository
This commit is contained in:
4
tests/tex/nonascii.c
Normal file
4
tests/tex/nonascii.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int Plodenie = 0;
|
||||
char *Klíčenie = "blah";
|
||||
short Zrenie;
|
||||
long Žatva;
|
||||
24
tests/tex/nonascii.tex
Normal file
24
tests/tex/nonascii.tex
Normal file
@@ -0,0 +1,24 @@
|
||||
\documentclass{book}
|
||||
|
||||
\usepackage[slovak]{babel}
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\chapter{Plodenie}
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||||
|
||||
\chapter{Klíčenie}
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||||
|
||||
\chapter{Zrenie}
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||||
|
||||
\chapter{Žatva}
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||||
|
||||
\end{document}
|
||||
6
tests/tex/outputtest.txt
Normal file
6
tests/tex/outputtest.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
ctags-exuberant: Warning: Unsupported parameter 'l' for --tex-kinds option
|
||||
Kl enie /tmp/vPIhyz9/3.tex /^\\chapter{Klíčenie}$/;" c line:12
|
||||
Plodenie /tmp/vPIhyz9/3.tex /^\\chapter{Plodenie}$/;" c line:8
|
||||
Zrenie /tmp/vPIhyz9/3.tex /^\\chapter{Zrenie}$/;" c line:16
|
||||
atva /tmp/vPIhyz9/3.tex /^\\chapter{Žatva}$/;" c line:20
|
||||
4
tests/tex/test.txt
Normal file
4
tests/tex/test.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
CHAP Plodenie nonascii.tex /^\\chapter{Plodenie}$/;" s line:8
|
||||
CHAP Klíčenie nonascii.tex /^\\chapter{Klíčenie}$/;" s line:12
|
||||
CHAP Zrenie nonascii.tex /^\\chapter{Zrenie}$/;" s line:16
|
||||
CHAP Žatva nonascii.tex /^\\chapter{Žatva}$/;" s line:20
|
||||
Reference in New Issue
Block a user