We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
moon test --update
Operating System: macOS
moon 0.1.20241202 (28bfce6 2024-12-02) ~/Workspace/test/moonbit/test/.moon/bin/moon moonc v0.1.20241202+6dccd5c47 ~/Workspace/test/moonbit/test/.moon/bin/moonc moonrun 0.1.20241202 (28bfce6 2024-12-02) ~/Workspace/test/moonbit/test/.moon/bin/moonrun
$ moon new . Created . $ rm -rf src/lib $ rm -rf src/main $ cat > src/a_test.mbt << EOF test { } test { inspect!([(1, b" \"", 0.3)], content="" ) } EOF $ cat > src/moon.pkg.json << EOF {} EOF $ moon test --target=native -u Auto updating expect tests and retesting ... Total tests: 2, passed: 2, failed: 0. $ cat src/a_test.mbt test { } test { inspect!([(1, b" \"", 0.3)], content="" ) }
The content [(1, b"\x20\x22", 0.3)] should be correctly updated to the argument content.
[(1, b"\x20\x22", 0.3)]
content
Nothing happens
The text was updated successfully, but these errors were encountered:
Young-Flash
No branches or pull requests
Bug Report
Environment
OS
Operating System: macOS
MoonBit CLI Tools Version
Steps to Reproduce
Expected Behavior
The content
[(1, b"\x20\x22", 0.3)]
should be correctly updated to the argumentcontent
.Actual Behavior
Nothing happens
Checklist
The text was updated successfully, but these errors were encountered: