- setup: cleanup: args: input: jdbc://user:password@localhost:3306/pwc?profile=true#h1 output: | scheme: jdbc userinfo: user:password host: localhost port: 3306 path: /pwc query: profile=true fragment: h1 - setup: cleanup: args: input: jdbc://localhost:3306/pwc?profile=true#h1 output: | scheme: jdbc userinfo: host: localhost port: 3306 path: /pwc query: profile=true fragment: h1 - setup: cleanup: args: input: jdbc://localhost/pwc?profile=true#h1 output: | scheme: jdbc userinfo: host: localhost port: path: /pwc query: profile=true fragment: h1 - setup: cleanup: args: input: jdbc:/pwc?profile=true#h1 output: | scheme: jdbc userinfo: host: port: path: /pwc query: profile=true fragment: h1 - setup: cleanup: args: input: jdbc:/pwc?profile=true output: | scheme: jdbc userinfo: host: port: path: /pwc query: profile=true fragment: - setup: cleanup: args: input: jdbc:/pwc output: | scheme: jdbc userinfo: host: port: path: /pwc query: fragment: