Home
last modified time | relevance | path

Searched refs:test_pwd (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/test/
H A De_uri.test140 1 {file://localhost[test_pwd /]test.db} {not an error}
141 2 {file://[test_pwd /]test.db} {not an error}
142 3 {file://x[test_pwd /]test.db} {invalid uri authority: x}
143 4 {file://invalid[test_pwd /]test.db} {invalid uri authority: invalid}
162 1 {file:test.db#abc} {[test_pwd / {}]test.db {}}
163 2 {file:test.db?a=b#abc} {[test_pwd / {}]test.db {a b}}
164 3 {file:test.db?a=b#?c=d} {[test_pwd / {}]test.db {a b}}
180 1 {file:test.db} {[test_pwd / {}]test.db {}}
H A Duri.test82 set uri [string map [list PWD/ /[test_pwd /]] $uri]
84 set uri [string map [list PWD/ [test_pwd /]] $uri]
H A Dtester.tcl248 proc test_pwd { args } { procedure