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

Fix equals operator for byte values #105

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

diana-qing
Copy link
Contributor

This PR makes 2 fixes related to using the equality operator (=) with bytes:

  1. The LHS of the operator could be of type string or byte. If it's a string, convert it to bytes.
  2. Escape pipes in the docs (otherwise the pipes get treated as being part of the table)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant