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

Some tests incomplete? #22

Open
ergodicbreak opened this issue Nov 12, 2022 · 1 comment
Open

Some tests incomplete? #22

ergodicbreak opened this issue Nov 12, 2022 · 1 comment

Comments

@ergodicbreak
Copy link
Contributor

Hi, again I may just be unfamiliar with hyperfiddle, but for example the problem 27 test is

(tests
  (__ '(1 2 3 4 5)) :=
  (__ "racecar") :=
  (__ [:foo :bar :foo]) :=
  (__ '(1 1 3 3 1 1)) :=
  (__ '(:a :b :c)) :=

Do these need to be fixed?

@PEZ
Copy link
Owner

PEZ commented Nov 12, 2022

I'm sorry. That's a bug in my script translating the problems. It should look like so:

(tests
  (__ '(1 2 3 4 5)) := false
  (__ "racecar") := true
  (__ [:foo :bar :foo]) := true
  (__ '(1 1 3 3 1 1)) := true
  (__ '(:a :b :c)) := false)

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

No branches or pull requests

2 participants