Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

'base' attributes and values are replaced by the path #14445

Closed
MLefebvreICO opened this issue Aug 3, 2016 · 1 comment
Closed

'base' attributes and values are replaced by the path #14445

MLefebvreICO opened this issue Aug 3, 2016 · 1 comment
Labels

Comments

@MLefebvreICO
Copy link

MLefebvreICO commented Aug 3, 2016

1. Which version of PhantomJS are you using? 2.1.1

2. What steps will reproduce the problem?
1. Create a simple test (using karma + jasmine) that compares two objects (intentionnally put different values so the test won't pass)
2. Add an attribute baseSomething to your object (and/or add baseSometing as value)
3. Run the test

3. Which operating system are you using? Window 10 Pro x64

4. Did you use binary PhantomJS or did you compile it from source? I used PhantomJS-prebuilt

5. Please provide any additional information below:

This should leave base as base, but right now it is replacing the base value in attributes and values with the path.

So let's say in an object you have :

  • 'baseSchema': {} it will replace it in phantomjs with : 'c:/my/path/to/projectSchema': {}
  • 'baseTest': 'baseTest' it will replace it in phantomjs with 'c:/my/path/to/projectTest': 'c:/my/path/to/projectTest'
@stale stale bot added the stale label Dec 26, 2019
@stale
Copy link

stale bot commented Dec 29, 2019

Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant