projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Allow range to be specified in termlist, e.g. title:w:range(data,2,4)
[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