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

Test fail: files.lua #7

Open
artgreen opened this issue Apr 22, 2023 · 0 comments
Open

Test fail: files.lua #7

artgreen opened this issue Apr 22, 2023 · 0 comments
Assignees

Comments

@artgreen
Copy link
Owner

It seems like most file I/O is working but there is some strangeness with comparisons in the assert statements. For example, the following assert() fails but the variables' value look correct:
assert(l1 == "a line\n" and l2 == "another line" and c == '\n' and n1 == 1234 and n2 == 3.45 and l3 == "one" and l4 == "two" and dummy == nil)

@artgreen artgreen self-assigned this Apr 22, 2023
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

1 participant