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

Add variables test #12

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Add variables test #12

merged 1 commit into from
Jun 21, 2024

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Jun 21, 2024

A new test testing fermyon:spin/variables.

Signed-off-by: Ryan Levick <[email protected]>
@rylev rylev requested a review from lann June 21, 2024 12:38
@rylev rylev merged commit a1c5f84 into main Jun 21, 2024
2 checks passed
@rylev rylev deleted the variables branch June 21, 2024 12:38

anyhow::ensure!(matches!(get("invalid-name"), Err(Error::InvalidName(_))));
anyhow::ensure!(matches!(get("invalid!name"), Err(Error::InvalidName(_))));
anyhow::ensure!(matches!(get("4invalidname"), Err(Error::InvalidName(_))));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2invalid4me

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

Successfully merging this pull request may close these issues.

2 participants