clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Corrupt output paths if trailing slash is omitted #12

Closed MartijnBraam closed 10 years ago

MartijnBraam commented 10 years ago

oop2json works when run with:

oop2json tests/input/ tests/output/

but generates the wrong output directories with:

oop2json tests/input/ tests/output

The output directories will be called tests/outputExample