diff --git a/tests/data/class.ccl b/tests/data/class.ccl
new file mode 100644
index 0000000000000000000000000000000000000000..4912034e92e0a13f537973f76b5e04067bf24ea2
--- /dev/null
+++ b/tests/data/class.ccl
@@ -0,0 +1,7 @@
+sentence=to.xml
+tagset=nkjp
+---
+class[0] // to tylko[0] komentarz orth[1]
+
+{adj,conj,pred,qub,subst}
+---
diff --git a/tests/data/to.xml b/tests/data/to.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6fbb467af0285bcedb188cd949cf4842c3d5f3db
--- /dev/null
+++ b/tests/data/to.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE cesAna SYSTEM "xcesAnaIPI.dtd">
+<cesAna xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" type="lex disamb">
+<chunkList>
+ <chunk type="s">
+  <tok>
+   <orth>to</orth>
+   <lex><base>ten</base><ctag>adj:sg:nom:n:pos</ctag></lex>
+   <lex><base>ten</base><ctag>adj:sg:acc:n:pos</ctag></lex>
+   <lex><base>ten</base><ctag>adj:sg:voc:n:pos</ctag></lex>
+   <lex><base>to</base><ctag>conj</ctag></lex>
+   <lex><base>to</base><ctag>pred</ctag></lex>
+   <lex><base>to</base><ctag>qub</ctag></lex>
+   <lex><base>to</base><ctag>subst:sg:nom:n</ctag></lex>
+   <lex><base>to</base><ctag>subst:sg:acc:n</ctag></lex>
+  </tok>
+ </chunk>
+</chunkList>
+</cesAna>