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

Bugs in adding & querying atom with variables #170

Open
vulecoff opened this issue Oct 23, 2024 · 0 comments
Open

Bugs in adding & querying atom with variables #170

vulecoff opened this issue Oct 23, 2024 · 0 comments
Labels
bug Issues that represent errors in the code High Priority
Milestone

Comments

@vulecoff
Copy link
Contributor

Reproducible code

!(add-atom &self (foo $x))
!(match &self (foo $x) (foo $x))
  • Expected: [(foo $x)]
  • Actual: [(foo assertEqual)]

The term assertEqual shouldn't appear in the result.

@TeamSPoon TeamSPoon added bug Issues that represent errors in the code High Priority labels Oct 30, 2024
@TeamSPoon TeamSPoon added this to the Month 4 of 5 milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that represent errors in the code High Priority
Projects
None yet
Development

No branches or pull requests

2 participants