Skip to content
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

feat(parser): add support for variables in variable declaration #107

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

hougesen
Copy link
Owner

@hougesen hougesen commented Jan 3, 2024

Added support for using variables in variable declaration values.

@hostname=localhost
@port=5000
@host={{hostname}}:{{port}}
GET {{host}}/users

Added support for using variables in variable declaration values.

```
@hostname=localhost
@PORT=5000
@host={{hostname}}:{{port}}
GET {{host}}/users
```
@hougesen hougesen added the enhancement New feature or request label Jan 3, 2024
@hougesen hougesen self-assigned this Jan 3, 2024
@hougesen hougesen merged commit f8d8e10 into main Jan 3, 2024
3 checks passed
@hougesen hougesen deleted the feat/parser/variables-in-variables branch January 3, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant