mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-06-10 02:21:33 +00:00
Fix paths
This commit is contained in:
parent
e538a2be34
commit
707583a93c
1
test/fixture/parse_url.exitcode
Normal file
1
test/fixture/parse_url.exitcode
Normal file
@ -0,0 +1 @@
|
|||||||
|
0
|
24
test/fixture/parse_url.stdio
Normal file
24
test/fixture/parse_url.stdio
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
abc123
|
||||||
|
|
||||||
|
Use second argument to return just 1 variable.
|
||||||
|
parse_url() demo:
|
||||||
|
|
||||||
|
proto: http://
|
||||||
|
user: johndoe
|
||||||
|
pass: abc123
|
||||||
|
host: example.com
|
||||||
|
port: 8080
|
||||||
|
path: index.html
|
||||||
|
|
||||||
|
abc123
|
||||||
|
|
||||||
|
Use second argument to return just 1 variable.
|
||||||
|
parse_url() demo:
|
||||||
|
|
||||||
|
proto: http://
|
||||||
|
user: johndoe
|
||||||
|
pass: abc123
|
||||||
|
host: example.com
|
||||||
|
port: 8080
|
||||||
|
path: index.html
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user