mirror of
https://github.com/aria2/aria2.git
synced 2025-04-03 12:37:38 +03:00
Fixed the bug that Netrc::parse() cannot recognize comment line. * src/Netrc.cc * src/Util.h * test/NetrcTest.cc * test/sample.netrc
16 lines
No EOL
318 B
Text
16 lines
No EOL
318 B
Text
#sample netrc file for unit testing
|
|
machine host1
|
|
login tujikawa
|
|
password tujikawapassword
|
|
account tujikawaaccount
|
|
macdef init
|
|
cd /home/aria2 machine
|
|
|
|
machine host2
|
|
login aria2
|
|
password aria2password
|
|
account aria2account
|
|
macdef init
|
|
|
|
#another comment line
|
|
default login anonymous password ARIA2@USER account ARIA2@ACCT |