asdf/test
Victor Borja a1bc06fb82 Bugfix: ref: and path: versions are not read correctly.
Before this patch, with a `.tool-versions` file like:

```
lfe ref:master
```

`get_preset_version_for` would return `ref` instead of `ref:master`.

Same was happening for `path:` versions. Actually there was PR #95
on which I based my changes but instead of using space as delimiter
I went for using `|` which would be a lot more weird if present as
part of a file path, this also allows to specify paths which have
spaces which are much more frequent.

Closes #94 #95
2016-12-15 06:12:09 -06:00
..
fixtures/dummy_plugin/bin Test produced shims by actually running them. 2016-12-13 13:32:49 -06:00
current_command.bats Update current command with new util functions 2016-08-14 09:10:24 +09:00
get_asdf_config_value.bats Set ASDF_CONCURRENCY when installing 2016-07-01 16:42:59 +09:00
install_command.bats Test produced shims by actually running them. 2016-12-13 13:32:49 -06:00
remove_command.bats Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00
test_helpers.bash Use dummy plugin in version_commands test 2016-07-25 09:40:52 +09:00
utils.bats Bugfix: ref: and path: versions are not read correctly. 2016-12-15 06:12:09 -06:00
version_commands.bats Fix local and global commands to accept multiple versions 2016-08-30 19:13:10 -04:00