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: condition #6

Merged
merged 14 commits into from
Feb 20, 2023
Next Next commit
feat: condition
  • Loading branch information
echosoar committed Feb 6, 2023
commit aa24f7d699d747e422e22de8e4adf9e111a72db8
1 change: 1 addition & 0 deletions tests/boolean_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ fn run_boolean_to_string() {
bool1.toString() + bool2.toString()"));
assert_eq!(result , Value::String(String::from("falsetrue")));
}