phphatesme / LiveTest

http://livetest.phphatesme.com
MIT License
26 stars 10 forks source link

URL can't be the key #128

Closed phphatesme closed 13 years ago

phphatesme commented 13 years ago
Pages:
 - http://www.phphatesme.com:
    post: 
     - one:
        two
 - http://www.phphatesme.com:
    post: 
     - three:
        four

The url is the key so this does not work.

phphatesme commented 13 years ago

Should we switch to xml? yaml is always pain in the **

phphatesme commented 13 years ago

Using this syntax could fix the problem:

-   { url: http://www.ftd.de/ }
-   { url: http://www.ftd.de/login, post: {name: egon, password: ectoplasm } }
-   { url: http://www.ftd.de/myPersonalHomepage }
phmLabs commented 13 years ago

Fixed and merged. Using following syntax:

-   { url: http://www.ftd.de/ }
-   { url: http://www.ftd.de/login, post: {name: egon, password: ectoplasm } }
-   { url: http://www.ftd.de/myPersonalHomepage }