-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properties are not set as environment variables #1734
Comments
A sample project to reproduce the issue /~https://github.com/haroon-sheikh/gauge-issues/tree/gauge-1734 Run |
@haroon-sheikh When I ran the specified project, the env was not blank, It was set to
|
I see that the property name in |
@BugDiver I've updated the branch with the failing test haroon-sheikh/gauge-issues@46f1f28 Also if it helps, I've also added a unit test as part of this PR #1733 |
Describe the bug
When there's a large comment in the properties files, the properties after the comment are then skipped.
Expected
3. The returned value should be
http://testurl
Actual:
The returned value is "" (blank)
What command(s) did you run when you found the bug?
For e.g.
Output, stack trace or logs related to the bug
Versions
Gauge (Output of
gauge -v
)Node.js/Java/Python/.Net/Ruby version
Operating System information
IDE information
The text was updated successfully, but these errors were encountered: