mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-18 22:27:51 +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…
Reference in New Issue
Block a user