_xowiki__api_hstore (private)
_xowiki__api_hstore
Defined in packages/xowiki/tcl/test/api-test-procs.tcl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set _aa_export {} set body_count 1 foreach testcase_body {{ set dict {key1 value1 key2 a'b k'y value3 key4 1,2 c before\tafter d "hello world"} aa_equals "filter option_list with empty exclusion set" [::xowiki::hstore::dict_as_hkey $dict] {key1=>value1,key2=>"a''b","k''y"=>value3,key4=>"1,2",c=>"before after",d=>"hello world"} }} { aa_log "Running testcase body $body_count" set ::__aa_test_indent [info level] set catch_val [catch $testcase_body msg] if {$catch_val != 0 && $catch_val != 2} { aa_log_result "fail" "api_hstore (body $body_count): Error during execution: $msg, stack trace: \n$::errorInfo" } incr body_count }XQL Not present: Generic, PostgreSQL, Oracle