Further query serialization tests
diff --git a/src/test/resources/queries/readme.txt b/src/test/resources/queries/readme.txt
index 36745ce..60a54f7 100644
--- a/src/test/resources/queries/readme.txt
+++ b/src/test/resources/queries/readme.txt
@@ -11,7 +11,8 @@
bsp11.json: [!(base=Katze&orth=Katzen)]
bsp12.json: contains(<np>,[base=Mann])
bsp13.json: startswith(<np>,[!pos=Det])
+bsp13b.json: startswith(<np>,[pos=Det])
bsp14.json: 'vers{2,3}uch'
bsp15.json: [orth='vers.*ch']
bsp16.json: [(base=bar|base=foo)&orth=foobar]
-bsp17.json: within(<np>,[base=Mann])
\ No newline at end of file
+bsp17.json: within(<np>,[base=Mann])