Fix documentation of of chr's equivalent directive ZEB-672
[idzebra-moved-to-github.git] / test / zsh / test1.zsh
1 quickstart
2 init 
3 create_database Default
4 record_insert <xml><head>foo</head><body>bar</body></xml>
5 search_pqf firstset @attr 1=/ nothere
6 expect 0 hits
7 search_pqf firstset @attr 1=/ foo
8 expect 1 hits
9 search_pqf firstset @attr 1=/ nothere
10 expect 0 hits